What is static in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is variable in java?

0 Answers  


What is the purpose of the enableevents() method?

0 Answers  


Can a class extend abstract class or interface? why

4 Answers   Wipro,


What is the life cycle of an Applet ?

1 Answers  


What is the difference between Abstract Class and Interface

8 Answers   Amdocs,


What is a buffer in java?

0 Answers  


what are literals in java?

2 Answers  


Difference between static synchronization vs. Instance synchronization?

0 Answers  


How does hashmap work in java ?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What is the purpose of using java.lang.class class?

0 Answers  


How many types of flags are there?

0 Answers  


Categories