What is the difference between arraylist and hashset in java?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
What is string intern in java?
how can we import the user defined package without classpath?
How will you load a specific locale?
What is java command?
Why null value is used in string?
What is keyword in oop?
while creating thread why we extend thread class
What is the main functionality of the remote reference layer?
Explain the difference between getAppletInfo and getParameterInfo?
How will you call an Applet using Java Script Function?