Is 'sizeof' a keyword?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
No "sizeof" is not a keyword in the Java Programming Language
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / interviewall
The Keywords used in Java for getting the size of a string
or an array is either String.length() or size(), which
returns a Integer.
sizeOf() is not a keyword!
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / dany
sizeof is not a keyword in java it is an operator.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / ravikiran(aptech mumbai)
No it's an unused reserved word
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / vinod
it is a method can be used to find the size of Collection
objects
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / usama
no its command thats return the number of the bytes
forinstance and its mostlly used in arrays ..i hope u can
find out more (but for more its reserved in side c so in
fact its keyward or command when u write it you will see
the color blue which means thats reserved keyward) i hope
its can help ..
| Is This Answer Correct ? | 2 Yes | 5 No |
how can u handle run time exception in java? explain with brief explanation with examples?
What is the difference between this() and super()?
What is meant by bytecode?
If a method is declared as protected, where may the method be accessed in java programming?
Can you extend singleton class?
What is the static block?
What about instanceof operator in java?
Which oo concept is achieved by using overloading and overriding?
What is object-oriented programming?
What does exclamation mean in java?
What is CardLayout?
What do you mean by Remote procedure call?