Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
What are some disadvantages of storing session state in cookies?
Explain the use of volatile field modifier?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Why is it called boolean?
What is the default size of load factor in hashing based collection?
What are all the ways to access hibernate by using spring?
Mention some features of java?
Explain the difference between hashmap and hashtable in java?
Does weblogic jms support clustering? : BEA Weblogic
Explain importance of inheritance in java?
What is the difference between hashmap and hashtable? What is an interface?
Why is stringbuffer called mutable?
What is the output of the below java program?
What are singleton services?
What are the advantages of using preparedstatement over statement?