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?


September 09, 2008 09:14:03 #7
 varmasuman   Member Since: September 2008    Total Comments: 1 

RE: Null keyword
 
Null means showing nothing

Whenever one object reference refers null i.e

  ServletConfig application=null;

Then there is nothing in the object reference application.
     

 

Back To Question