Can we write class inside a class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a method in java?
What does percent mean in java?
When a byte datatype is used?
Can the interface be final?
What is variable and rules of variable?
What is the difference between applet and application?
What are constants and how to create constants 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?
Write a program in java to establish a connection between client and server?
What are the escape sequences in java?
What is the purpose of the finally clause?
Java Compiler is stored in JDK, JRE or JVM?