ExamRadaronline engineering learning center
  • Home
  • Cyber Security
  • CS Core Subjects
    • Data structure
    • Data Communication
    • DBMS
    • Computer Architecture
    • Microprocessor
    • 8086
    • Operating System
    • Digital Electronics
  • Programming
    • C Programming
    • C++ Programming
    • Java Networking
  • MCQ Sets
  • Online Tests
  • Que and Ans
  • Books

Java Networking

Java Networking – Network Basics and Socket Overview

Definition: Network Programming Computer network programming involves writing computer programs that Allow processes to communicate with each other across a computer network.     Below is the lists of Some Java.NET Read More »

Java Networking – inetAddress

Java.Net Package This Class represent as Internet Protocol (IP) address. The java.net.InetAddress class provides methods to get an IP of Host name. Example InetAddress ip= Read More »

Java Networking – TCP / IP Client – Server Sockets

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   Read More »

Java Networking – Datagram Socket and DatagramPacket

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 »

Java Networking – URL Connection Class

URL stands for Uniform Resource locator The Java URL class represents an URL This class is pointer to resource on the world wide web   Read More »

If you have any Questions regarding this free Computer Science tutorials ,Short Questions and Answers,Multiple choice Questions And Answers-MCQ sets,Online Test/Quiz,Short Study Notes don’t hesitate to contact us via Facebook,or through our website.Email us @ [email protected] We love to get feedback and we will do our best to make you happy.

Copyright © 2023 | ExamRadar. | Contact Us | Copyright || Terms of Use || Privacy Policy