What is difference between local variable and global variable?


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

Post New Answer

More Core Java Interview Questions

What is difference between Eclips and MyEclips?

3 Answers  


Which category the java thread do fall in?

0 Answers  


What is an example of procedure?

0 Answers  


Can static methods be inherited?

0 Answers  


What is I/O Filter?

2 Answers   TCS, WAX,






Can a lock be acquired on a class?

3 Answers  


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


what is inner class in java?

0 Answers   IBS,


What is the class 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 requirement of thread in java?

0 Answers  


what is aberivation of java?

14 Answers  


Categories