Difference between object and reference?
No Answer is Posted For this Question
Be the First to Post Answer
How do I enable java in safari?
What is externalizable?
What is linked hashmap and its features?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Can we overload run() method in java?
What is the hashcode () and equals () used for?
How to split arraylist elements in java?
What is temp in java?
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 to make a class or a bean serializable?
What are passing parameters?