Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
1112You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
988
Which memory space does thread stack get allocated from?
If a method is declared as protected, where may the method be accessed in java programming?
Explain about the dynamic behavior of core java?
Why synchronization is important in java?
What is a spring application context?
How do you remove an object from an arraylist in java?
Difference between load and get method?
Jdbc-odbc bridge is multi-threaded or not?
what is session in java?
What are the loop holes of struts?
Which is the methods of generated servlet?
What is a generic data type?
What are the annotations used in servlet 3?
What is hibernate hbm2ddl auto?
What are the different types of injection in spring?