GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  Null keyword

Answer: Is null a keyword? if not what is it?


July 07, 2008 06:55:57 #5
 timmireddy   Member Since: May 2008    Total Comments: 9 

RE: Null keyword
 
Null is not a keyword, but this is a special string literal of null type, means there is no specific use of null.If u use null as an reference it won't work, JVM shows it's not a statement.
     

 

Back To Question