String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
No Answer is Posted For this Question
Be the First to Post Answer
can we write program without class
What is anagram of a string?
What are static blocks and static initalizers in java ?
How the interruptible method gets implemented?
How do you know if a value is nan?
What if constructor is protected in java?
Why packages are used?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
What is string length in java?
what is nested class in java?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
Is main an identifier?