I think this is a simple question: Is sizeof is a keyword in Java? Some people also say call it an operator, some call it a method, and some call it a command. What is it?
Asked
Active
Viewed 1,242 times
-11
-
5[Google](https://www.google.com/search?q=list+of+java+keywords) turns up an [authoritative list of Java keywords](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html) as the second hit. – user2357112 May 03 '15 at 01:11
-
possible duplicate of [sizeof java object](http://stackoverflow.com/questions/4115239/sizeof-java-object) – Mgetz May 03 '15 at 01:18
-
1There's a standard and you can see what language they use in there to describe `sizeof`. Of course, what it is and what it's called are two different questions. – Paul Hankin May 03 '15 at 01:30
-
@user2357112 The question is within the context of C and C++ as per the tags. – Javide May 03 '15 at 01:31
-
2@Sparks: That's because the questioner changed the language the question was about in version 5 of the question. – user2357112 May 03 '15 at 01:32
-
1Don't completely change a question. Thanks. – Lightness Races in Orbit May 03 '15 at 01:37
-
@Lightness Races in Orbit: Sorry.......... – Stack User May 03 '15 at 01:40