What are the Static and Dynamic Variables? Differentiate them.


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

Post New Answer

More Core Java Interview Questions

Is finalize() similar to a destructor?

0 Answers  


What are static variables and functions?

0 Answers   Tech Mahindra,


What methods are called, When we navigate from one applet to another applet?

1 Answers  


Which is better list or arraylist in java?

0 Answers  


what is heap memory?

0 Answers   Tavant Technologies, Zensar,


How do you compare objects in java?

0 Answers  


Why string is not a wrapper class?

0 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


How we can run a jar file through command prompt in java?

0 Answers  


What is the frontend and backedn in Java?

3 Answers   TCS,


What is the replace tool?

0 Answers  


Categories