What type of language is java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a variable and constant?
What is 3-tier model?
List primitive java types?
What is OOP Language?
What does a method signature consist of?
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.
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
Is it possible for yielded thread to get chance for its execution again ?
What are sets in java?
Is string is a data type in java?
What is an abstract class and abstract method?
Is string a class in java?