What are basic data types?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructor chaining and how is it achieved in java?
How would you dynamically allocate memory to an array?
Is sizeof a keyword in java programming?
Is there any tag in htm to upload and download files?
how many ways we can serialize the java object?
what is the difference between AWT and SWING what is the advantage of using swing?
What is the purpose of tostring() method in java?
What are the six ways to use this keyword?
Write a method that will remove given character from the string?
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?
What is the use of static methods?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?