Answer Posted / dany
sizeof is not a keyword in java it is an operator.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How do you convert an int to a string in java?
What is the requirement of thread in java?
How does indexof work?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is the difference between error and an exception?
Is ++ operator thread-safe in java?
Can we have try block without catch block?
What is lambda programming?
What is map and hashmap in java?
What is an anonymous class in java?
difference between byte stream class and character stream class?
What is java console application?
What comes to mind when someone mentions a shallow copy in java?
What do you mean by Hash Map and Hash Table?
Why char array is preferred over string for storing password?