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

how session will be expired ?

4 Answers   Satyam,


How to declare an arraylist in java?

0 Answers  


List the different types of classloaders in java.

0 Answers  


How do you ensure that n threads can access n resources without deadlock?

0 Answers  


How does a for loop work java?

0 Answers  






Explain the difference between getAppletInfo and getParameterInfo?

1 Answers  


what is multitherading

3 Answers   Tech Mahindra,


What is the purpose of java?

0 Answers  


solve (x-1)(x-9)=8;

3 Answers   IBM, Manhattan, TCS,


What is serialization in java?

0 Answers  


What is OOPS Concept?

1 Answers   Cap Gemini,


What is the difference between iterator and list iterator?

0 Answers  


Categories