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


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

Post New Answer

More Core Java Interview Questions

When do we need to use internal iteration? When do we need to use external iteration?

0 Answers  


What are the methods of object class ?

0 Answers  


Can you override private or static method in java?

0 Answers  


Are arrays dynamic in java?

0 Answers  


What is the use of static class?

0 Answers  






In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

1 Answers   Tech Mahindra,


Why collection is called framework 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,


Name component subclasses that support painting in java programming?

0 Answers  


Can inner class extend any class?

0 Answers  


Is array a class in java?

0 Answers  


How to override a equals() method and what is the use?

1 Answers  


Categories