Explain the difference between static and dynamic binding in java?
How many types of memory areas are allocated by JVM in java?
How do you calculate square roots?
What is a local class in java?
What is the full meaning of java?
Can java object be locked down for exclusive use by a given thread?
What's the default access specifier for variables and methods of a class?
Differentiate between stringbuffer and stringbuilder in java.
What about instanceof operator in java?
they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 Answers DNS, IPSR Solutions,
How does a for loop work java?
Does any tag exists in HTML to upload and download files ?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1