Answer Posted / guest
In java, String is a class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to prepare for IT Officers Interview in Banks
What is the purpose of garbage collection in java, and when is it used?
Why is java called java?
How are this() and super() used with constructors in java programming?
Can we override constructors in java?
What is static data type in java?
What does substring mean?
What is nested top-level class?
What is the difference between notify and notifyall method?
Where to store local variables?
What are thread groups?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is an error in java?
What are the 3 types of loops in java?
is there a separate stack for each thread in java? : Java thread