Is simpledateformat safe to use in the multithreaded program?
No Answer is Posted For this Question
Be the First to Post Answer
What are user defined exceptions?
What are the various access specifiers for java classes?
What type of variable is error flag?
Is hashset ordered?
Can we declare a class as static?
What are unchecked exceptions in java?
What is string literal in java?
What is the difference between arraylist and hashset in java?
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 .
How to synchonise HashMap
What are aggregate functions explain with examples?
Why java Don't Support Multiple interitence