Is 'sizeof' a keyword?

Answers were Sorted based on User's Feedback



Is 'sizeof' a keyword?..

Answer / ranganathkini

No "sizeof" is not a keyword in the Java Programming Language

Is This Answer Correct ?    27 Yes 2 No

Is 'sizeof' a keyword?..

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

Is 'sizeof' a keyword?..

Answer / dany

sizeof is not a keyword in java it is an operator.

Is This Answer Correct ?    7 Yes 3 No

Is 'sizeof' a keyword?..

Answer / mohd amir

It is not a keyword

Is This Answer Correct ?    5 Yes 2 No

Is 'sizeof' a keyword?..

Answer / ravikiran(aptech mumbai)

No it's an unused reserved word

Is This Answer Correct ?    5 Yes 3 No

Is 'sizeof' a keyword?..

Answer / vinod

it is a method can be used to find the size of Collection
objects

Is This Answer Correct ?    4 Yes 2 No

Is 'sizeof' a keyword?..

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

Post New Answer

More Core Java Interview Questions

What is externalizable?

0 Answers  


What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?

0 Answers  


How concurrent hashmap works?

0 Answers  


How many digits can a float hold?

0 Answers  


when we have to use final class in java?

2 Answers  






What are the traverses in Binary Tree?

2 Answers   Adobe, Infosys,


How do you implement polymorphism in our day to day life?

0 Answers   Cap Gemini,


Explain the difference between jdk, jre, and jvm?

0 Answers  


Is set thread safe java?

0 Answers  


What is the use of static import ?

4 Answers   Rolta,


why java does not support multiple inheritance

41 Answers   Diamond, Euclid, Evergent, KLKJ, Mind Tree, NIIT, SSI Small Scale Industries, Wipro,


What is default specifier ??? Use of default specifier ???

4 Answers   Cognizant, Syntel,


Categories