What is the use of generics? When was it added to the Java development Kit?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of log?
What do you understand by synchronization?
Describe 2 different ways to concatenate two strings.
What is "this" keyword in java? Explain
How many threads can java run?
Can we use string in the switch case?
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is method and methodology?
Can you make an instance of an abstract class?
What is the purpose of java?
Hi 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.