answersLogoWhite

0

Define socket in java

Updated: 8/10/2023
User Avatar

Wiki User

15y ago

Best Answer

The Socket class in Java is an endpoint in a standard TCP connection. The Socket class implements methods which take care of all the overhead required with TCP communication.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

socket abstraction

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define socket in java
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you define variables in interface in java?

yes we can define a variable in an interface in java.


task?

java socket


How does JBoss define a socket?

It define as a CPU


Define set in java?

A Java set is a collection of things that do not contain duplicate elements. Duplicates are prohibited from Java sets.


What is the hierarchy of the java program?

define the data types


What is function in java terminology?

In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.


How does one go about using a java 7 socket?

A socket is used in computer programming and helps two devices to make a connection. In Java 7, sockets can be employed utilizing the TCP/IP interface.


What is socket in java?

A socket is a handle to a communication link with another application over the network. In other words a socket is a network interface that connects an application to the network.


How do you uss static in java?

It is uss to define class and method of pogrom's.


Name two high level languages and define them?

Java C++


Is java virtual machine dangerous?

JVM is a critical component in almost all Java platforms. I would hardly define it as "dangerous".


How java supports networking?

Java supports both TCP and UDP connections. ServerSocket and Socket classes exist for TCP. DatagramSocket exists for UDP.