Answer Posted / ranganathkini
No "sizeof" is not a keyword in the Java Programming Language
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Explain method overloading?
why java uses class level type casting ?
Explain the difference between protected and default access.
Explain differences between collection api and stream api?
Define "Access specifiers" in java.
Which is bigger float or double?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What are register variables what are the advantages?
What are mutable classes?
Can a class with private constructor be extended?
What is ternary operator?
What is the major drawback of internal iteration over external iteration?
What is a singleton in genetics?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What are access specifiers in java ?