What is the difference between preparedstatement and statement in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is void keyword?
What is are packages?
What is rule of accessibility in java?
what is jndi?
How does arrays sort work in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How can be define MARKER interfce in java
What is scanner in java?
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
What is the generic class?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
How do generics work?