What is difference between core java and java ee?
No Answer is Posted For this Question
Be the First to Post Answer
What are exception handling keywords 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 .
Which collection is sorted in java?
Why do we use predicate in java?
What is the difference between post and put?
why pointer is not used in java?
What is dot operator?
What is string syntax?
What are the actions that can occur when a thread enters blocked state?
What does pointer mean?
which class to use when concatenating strings in a loop.
Where is stringbuffer stored?