which of the following authentication is stronger than the
others?
a. Http Basic
b. Http DIGEST
c. Form based
What is the purpose of the wait(), notify(), and notifyall() methods?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Can I map more than one table in a cmp?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What is permgen or permanent generation?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What is RMI and what are the services in RMI?
What is clustering? What are the different algorithms used for clustering?
how java is os independent language ?
Why a client should be multithreading? Explain.
What is an abstract method?