Differentiate jar and war files?


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

Post New Answer

More Core Java Interview Questions

can we add two numbers without using arthematic operators? if possible how?

5 Answers   CTS,


Difference between string, string builder, and string buffer?

0 Answers  


What are the types of java?

0 Answers  


How many bits is a double?

0 Answers  


How to use scanner in java?

1 Answers  






class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Difference between static and dynamic class loading.

0 Answers  


What is clipping and repainting and what is the relation between them?

1 Answers  


How do you add an arraylist to an array in java?

0 Answers  


What is getkey () in java?

0 Answers  


Explain java thread life cycle.

0 Answers  


Explain about fail fast iterators in java?

0 Answers  


Categories