Is string is a data type?
No Answer is Posted For this Question
Be the First to Post Answer
How many bits is a boolean?
What is design pattern and there types?
What does replaceall do in java?
What is Transient and volatile
What are the two environment variables that must be set in order to run any java programs?
What is method overloading with type promotion?
What is an object's lock and which object's have locks in java programming?
What do you mean by local class?
What do you understand by abstract classes?
Can you start a thread twice in Java?
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.
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?