Java Networking – Network Basics and Socket Overview
Java Networking is a set of classes and APIs provided by the Java platform to facilitate network communication and programming. It allows developers to create Read More »
Java Networking is a set of classes and APIs provided by the Java platform to facilitate network communication and programming. It allows developers to create Read More »
In Java, InetAddress is a class that represents an IP address and provides methods to work with IP addresses and hostnames. It is part of Read More »
Lets look at the syntax below Syntax ServerSocket ss; ss=new ServerSocket(Port_No);Example ServerSocket ss = new ServerSocket(80); Lets Look at TCP IP Server Program TCP IP Read More »
Datagrams:DatagramSocket Class DatagramSocket class represents connectionless socket for sending and receiving datagram packets. A Datagram is basically an information but there is no guarantee of Read More »
URL stands for Uniform Resource locator The Java URL class represents an URL This class is pointer to resource on the world wide web Lets Read More »
Lets start with introductory portion. Jdbc Java database connectivity is used to connect Java application with database. jdbc is an API used to communicate Java Read More »
What is an API? Application Program interface A set of routines, protocols and tools for building software applications. JDBC is an API Which is used Read More »
JDBC Connectivity Model JDBC Architecture Java Application A java programs that runs stand alone in a client or server. JDBC API It Provides classes and Read More »
Copyright © 2024 | ExamRadar. | Contact Us | Copyright || Terms of Use || Privacy Policy
GUEST POSTING AND WRITING FOR US