Answer Posted / shadow
A statement block is used to organize a sequence of
statements as a single statement group. ...!
CHHAYA
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
State the difference between strings and arrays.
What best practices should you follow while writing multithreaded code in java?
Write a java program that prints all the values given at command-line.
Difference between serialization and deserialization in java?
What is the difference between math floor and math round?
Why is multiple inheritance not supported in java?
Explain the advantages of packages in java?
What is difference between word and integer?
What is an infinite loop in java? Explain with an example.
What are mutable classes?
What is difference between core java and java ee?
Who found java?
Explain numeric promotion?
What classes of exceptions may be thrown by a throw statement?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }