What are access specifiers available in java?
No Answer is Posted For this Question
Be the First to Post Answer
Define Compiling?
What a static class can contains?
What is main string [] args?
Is ++ operator is thread safe in java?
What is type parameter in java?
What is interface and its use?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
How many bytes is a string java?
In case of inheritance what is the execution order of constructor and destructor?
What is anagram number?
Define Wrapper Classes in Java.
Can we have static methods in an interface?