Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
4 14882In DAO we are writting sql queries , how it is possible with creating and closing database connections.
1950Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
4 6135Hi 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 6410Hi Friends, can you give difference between extending thread class and implementing runnable interface.
4 6631Hi 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 3704I 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 4550Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
2 9468
What is a java application client?
What is the use of flag?
How do I know which jdbc driver to use?
Where are the local variables stored?
What is the main function in java?
What is heterogeneous in java?
What are the advantages of hibernate framework?
Explain about OOPS concepts and fundamentals.
What is functional interface in java?
What are the new features in java 8?
when should you use stringbuilder class in a program?
What is persistence object hibernate?
How do you create a method in java?
What is JDBC API and when do we use it?
What is Gang of four design patterns