Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
6 9554Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
1 3599Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
4 14834In DAO we are writting sql queries , how it is possible with creating and closing database connections.
1930Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
4 6049Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
5 6346Hi Friends, can you give difference between extending thread class and implementing runnable interface.
4 6556Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
1 3664I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
1 4504
What are the steps required to execute a query in jdbc?
How the metacharacters are different from the ordinary characters?
What is java instanceof operator?
Explain the concept of connection pooling feature of ejb container?
What are class paths? How can they be set?
Explain xml schema-based aspect implementation ?
Why is stringbuffer not immutable?
How would you use Bubble Sort to sort the number of elements?
How to perform merge sort in java?
What’s the difference between @component, @controller, @repository & @service annotations in spring?
What is stateful session bean?
Does chrome use java?
What is the use of spring cloud?
Why packages are used?
What are the different types of extension interface that is present in hibernate?