What are the two important TCP Socket classes?
Socket and ServerSocket.
ServerSocket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream() and getOutputStream() are the two methods available in Socket class.
What technologies are included in J2EE?
The main technologies in J2EE are: Enterprise JavaBeansTM (EJBsTM), JavaServer PagesTM (JSPsTM), Java Servlets, the Java Naming and Directory InterfaceTM (JNDITM), the Java Transaction API (JTA), CORBA, …
Ques: 1 What does the keyword virtual declare for a method?
Ans:The method or property can be overridden.
Ques: 2 Tell me implicit name of the parameter that gets passed into the set property
of a class?
Ans:The data type of the value parameter is defined by whatever data type the property is declared as.
Ques: 3 What is the difference between an interface and abstract class ?
Ans:1. In an …
Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET ‘vision’. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and Visual Studio.NET.
2. When was the first version of .NET released?
The final version of the 1.0 SDK and runtime was made publicly …