What is the default initialized value of String type
variable?
Answer Posted / ravikiran(aptech mumbai)
null
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is parsing in grammar?
What is byte code and why is it important to java’s use for internet programming?
What is the size of integer?
What are 3 boolean operators?
What does percent mean in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
Give me example of derived data types.
How do you avoid global variables?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Define nashorn in java8.
How do you calculate roots in java?
Explain covariant method overriding in java.
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are java packages? What's the significance of packages?
What is assembly condition codes?