What is string args [] in java?
What is the impact of declaring a method as final?
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 default exception handling in java?
Name few "optional" classes introduced with java 8 ?
Define jit compiler?
Difference between character constant and string constant in java ?
What do negative exponents mean?
Can I create any Marker Interface? If yes then how can I use it???
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
Variable of the boolean type is automatically initialized as?
Can constructor be inherited?
If you are given the name of the function at run time how will you invoke the function?