SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘operator’

February 8th, 2010

What are the types of static import?

No Comments, Java Facts, by Daisy Williams.

Static import is a new feature introduced in j2SE 5.0. It allows the static members of the imported class to…

Share

August 29th, 2009

What is an instanceOf operator?

No Comments, Java Facts, by Daisy Williams.

The instanceof operator is a binary operator that determines at runtime whether its left operand is an instance of its…

Share