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 meant by overloading?

0 Answers  


What is stored procedure. How do you create stored procedure ?

0 Answers   GE,


What is the purpose of a transient variable?

0 Answers  


Can we force garbage collector to run ?

0 Answers   B-Ways TecnoSoft,


What best practices should you follow while writing multithreaded code in java?

0 Answers  






What is string example?

0 Answers  


How will you reverse a link list without using recursion?

0 Answers   Global Logic,


what is the use of datasource in core java?

3 Answers   Satyam,


What is the purpose of a parameter?

0 Answers  


What is the use of jtable?

0 Answers  


what is an object class?Explain its methods?

6 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


Categories