Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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
How can the issue associated with high CPU usage be solved?
Which are the elements of hibernate architecture?
What is jpa and spring data jpa?
How do you declare a destructor in java?
What is the difference between a window and a frame in java programming?
describe method overloading
Can we use jms for sending automated e-mails?
What is used to display the intermediate result in an interceptor?
How do you override a method in java?
What is a thread dump?
How can we make copy of a java object?
What is a Integration Flow Designer?
What is an advice? What are the different types of advices?
Which of the following are subclasses of java awt component?
What's the servlet interface?