Why string is a class?
No Answer is Posted For this Question
Be the First to Post Answer
What are generic methods?
What is the use of string and stringbuffer?
Explain listiterator and methods in listiterator?
can we write a program with out a class in core java?
What is tree node in java?
what do you understand by the term string with respect to java?
What is Recursion Function?
What is finally in exception handling?
What is the basic difference between string and stringbuffer object?
What is the use of StringTokenizer class?
What does string mean in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain