Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Feb 22, 2022

Java Networking

Java is a premier language for network programming. Networking is a concept of connecting two or more computing devices together so that we can share resources.
Introduction to Java Networking EASY
In this blog, we will introduce you to the concept of networking in Java.
Socket Programming in Java
In this post, we will learn about Socket programming in Java with its classes, methods, and examples.
Java URL
In this post, we will learn about the java.net.URL class in Java with its constructors, methods, and examples.
Java HttpURL Connection
In this post, we will learn about Java.net.HttpURLConnection class in Java with its constructors, methods, and examples.
Tesseract OCR with Java MEDIUM
In this blog, we will learn about Tesseract OCR with Java. We will understand the meaning of tesseract OCr and later discuss the pitfalls and solutions of using this tool.
DatagramPacket and DatagaramSocket in Java
This blog discusses the DatagramPacket and DatagramPacket classes of Java in detail. It lists the constructors and methods of each class with examples.
Java InetAddress Class EASY
This blog explains the details of InetAddress Class in Java along with the details of IP addresses, their addressing modes, methods of InetAddress Class, and examples.
Server Socket Class in Java
In this article, we have extensively discussed the Server Socket Class in Java and understood its syntax and a sample code having the implementation of it.
URL class and method in Java
In this blog, you will learn about the URL class of Java. We will discuss how an object of a URL class is created and used in a Java Program.
Connection-Oriented vs Connectionless Services in Android
In this blog, we will develop an understanding of data communication services and discuss the differences between connection-oriented data communication services and connectionless services.