What do you understand by classes in java?
No Answer is Posted For this Question
Be the First to Post Answer
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.
What is the hashcode () and equals () used for?
What is nan in java?
What is difference overloading and overriding?
basic difference b/w ALL types of JDBC driver.
Can you sort a list in java?
What are batch updates. in jdbc
How many bytes is 255 characters?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is core java used for?
question on Thread synchronization
What the difference is between execute, execute Query, execute Update?