What is static?
Submitted by: AdministratorA Java keyword used to define a variable as a class variable. Classes maintain one copy of class variables regardless of how many instances exist of that class. static can also be used to define a method as a class method. Class methods are invoked by the class instead of a specific instance, and can only operate on class variables.
Submitted by: Administrator
Submitted by: Administrator
Read Online J2SE Job Interview Questions And Answers
Top J2SE Questions
☺ | What is thin client? |
☺ | What is JNDI? |
☺ | What is subarray? |
☺ | What is delegation? |
☺ | What is thread? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |