What is string syntax?
Answer / Tulika Srivastava
In Java, the basic syntax for defining a String is to enclose text within double quotes ("). If you want to include a double quote in the string, you must escape it using the backslash character ().
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you convert an int to a double in java?
transaction attributes ?
Difference between vector and arraylist.
what are different ways in which a thread can enter the waiting state? : Java thread
Is singleton class immutable?
Variable of the boolean type is automatically initialized as?
Where are the local variables stored?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What are the types of loops in Java, and how are they used?
is it possible to add a object in a HASHMAP
What if static is removed from main method?
How do you sort an array in java?