|
INTERVIEW QUESTIONS
J2EE
JAVA
DETAILS
Question: What do you know about networking support in Java ?
Answer: Java supports "low-level" and "high-level" classes. "Low-level" classes provide support for socket programming: Socket, DatagramSocket, and ServerSocket classes. "High-level" classes provide "Web programming": URL, URLEncoder, and URLConnection classes. Networking programming classes ease the programming of network applications, but do not substitute your knowledge of networking. Java networking like anything else in Java is platform-independent.
|
|
|
Category |
Java Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8070 users |
Added on |
7/15/2011 |
Views |
72379 |
Rate it! |
|
|
Question:
What do you know about networking support in Java ?
Answer:
Java supports "low-level" and "high-level" classes. "Low-level" classes provide support for socket programming: Socket, DatagramSocket, and ServerSocket classes. "High-level" classes provide "Web programming": URL, URLEncoder, and URLConnection classes. Networking programming classes ease the programming of network applications, but do not substitute your knowledge of networking. Java networking like anything else in Java is platform-independent. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What you know about Corba implementation in Java ?
|
View Answer
|
|
What is Java Beans ?
|
View Answer
|
|
Compare SWING components to standard AWT.
|
View Answer
|
|
What is layout manager ? How does it work ?
|
View Answer
|
|
What are the advantages of OOPL?
|
View Answer
|
|
How many methods do u implement if implement the Serializable Interface?
|
View Answer
|
|
How do I instantiate a bean whose constructor accepts parameters using the useBean tag?
|
View Answer
|
|
Searching a String
|
View Answer
|
|
Connecting to a Database and Strings Handling
|
View Answer
|
|
What is the difference between Serializalble and Externalizable interface?
|
View Answer
|
|
What is the serialization?
|
View Answer
|
|
What are synchronized methods and synchronized statements?
|
View Answer
|
|
What is synchronization and why is it important?
|
View Answer
|
|
What is the purpose of finalization?
|
View Answer
|
|
What classes of exceptions may be caught by a catch clause?
|
View Answer
|
|
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class
|
View Answer
|
|
What happens when a thread cannot acquire a lock on an object?
|
View Answer
|
|
What restrictions are placed on method overriding?
|
View Answer
|
|
What restrictions are placed on method overloading?
|
View Answer
|
|
How does multithreading take place on a computer with a single CPU?
|
View Answer
|