What is a values collection view ?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use a default constructor of a class even if an explicit constructor is defined?
if num=687; U have to get num=6+8+7;
how to handle exceptions in core applications?
What is a class instance variable?
What is static import in java?
What modifiers are used with an inner class which is a member of an outerclass?
Can It is possible to synchronize the constructor of a Java Class?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
How do you sort data in java?
What is difference between module and function?
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?
does core java and j2se both are same?