Top Categories

7.17 Static Import in Java
  • Category:
  • Sub Category:
  • statement
  • static
  • object
  • use of static import in java
  • Learnings
  • use
  • telusko
  • static import in java
  • class
  • import
No Views

The static import feature of Java 5 facilitate the java programmer to access any static member of a class directly. There is no need to qualify it by the class name. For accessing static members of a class we need to give references with the class they came from. In order to avoid unnecessary use

Comments

You Might Be Interested In