Why synchronization is important in java?
No Answer is Posted For this Question
Be the First to Post Answer
In which way does a Primitive data type is passed ?
what is the difference between process and thread? : Java thread
Is ++ operator thread-safe in java?
Is main an identifier?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
what is aberivation of java?
How many decimal digits is 64 bit?
difference between java ,c#&java,c++
What is JDK? Mention the variants of JDK?
What is the return type of readLine() when end of a file is reached?
What is meant by polymorphism?
How to write custom exception in java?