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 actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks

2 Answers  


How do you calculate roots in java?

0 Answers  


Is java is a fully object object oriented language?

31 Answers   TCS,


What is meant by null and void?

0 Answers  


What are the basic control structures?

0 Answers  






Is special character in java?

0 Answers  


What do you mean by formatting?

0 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


What are the problems faced by java programmers who don't use layout managers?

0 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


What is default locale java?

0 Answers  


Explain the importance of thread scheduler in java?

0 Answers  


Categories