how we can make a read-only class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Connection Pooling?
What does a za z0 9 mean?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is casting in java programming?
Give the difference between the println method and sqrt method?
Which collection allows duplicate values in java?
What is Session and cookies?Explain in detail with an example?
i don't want fullforms of JDK an JVM i want definitions for them
What is an object?s lock? Give name of object?s that have locks?
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 integer size in java?
What is an object in java?