Is 'null' a keyword?

Answers were Sorted based on User's Feedback



Is 'null' a keyword?..

Answer / raseek

No.It is a Reserved word.We should not use this as an
identifier.

Is This Answer Correct ?    7 Yes 0 No

Is 'null' a keyword?..

Answer / ranganathkini

No "null" is not a keyword of the Java Programming Language,
it is a reserved keyword similar to "true" and "false"

Is This Answer Correct ?    5 Yes 1 No

Is 'null' a keyword?..

Answer / aruna

"null" is a reserved keyword similar to "true" and "false"

Is This Answer Correct ?    3 Yes 0 No

Is 'null' a keyword?..

Answer / george

"null" is a reserved keyword similar to "true" and "false"
we can use null to initialize string..

Is This Answer Correct ?    2 Yes 0 No

Is 'null' a keyword?..

Answer / ravikiran(aptech mumbai)

no i's a literal

Is This Answer Correct ?    4 Yes 3 No

Is 'null' a keyword?..

Answer / ejp

RE answer #1, how can it be not a keyword and a reserved
keyword?

Do try to make sense.

Is This Answer Correct ?    1 Yes 0 No

Is 'null' a keyword?..

Answer / yogesh mudgil

In case of Java,null is a literal.null is a special literal
which can be cast to any reference type but not to any
primitive type.It is used in Java to represent a void
reference i.e. a pointer to nothing.

Is This Answer Correct ?    0 Yes 0 No

Is 'null' a keyword?..

Answer / sudhakar

"Null" is not either not a key word nor a reserved word

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What Is Pointer?

4 Answers  


abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{

3 Answers  


What is array command?

0 Answers  


what is platform independence in java?

5 Answers   CSC, HSBC,


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,






Why destructor is not used in java?

0 Answers  


How do you find the absolute value?

0 Answers  


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

4 Answers   Cognizant, Syntel,


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


What is your platform’s default character encoding?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


What is low level language in computer?

1 Answers  


Categories