What is tcp ip in java?



What is tcp ip in java?..

Answer / Nitin Garg

TCP (Transmission Control Protocol) and IP (Internet Protocol) are fundamental protocols used for networking communication over the Internet. In Java, you can use various APIs like java.net.Socket and java.net.ServerSocket to create TCP-IP based network applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are data types in programming?

1 Answers  


What is boolean strategy?

1 Answers  


Difference between method overloading and method overriding in java ?

1 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


Are constructors methods?

1 Answers  


strings in java are objects.why?

2 Answers  


Is void a wrapper class?

1 Answers  


In what ways you can handle exception ?

3 Answers  


What is a numeric digit?

1 Answers  


What is an example of a boolean?

1 Answers  


Implement two stacks using a single array.

1 Answers   Global Logic,


Categories