Can java program run without jre?


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

Post New Answer

More Core Java Interview Questions

How do you reverse a word in java?

0 Answers  


Why is java so popular?

0 Answers  


what is jdk1.5 features?

6 Answers   AMS, Virtusa,


Explain features of interfaces in java?

0 Answers  


What is a generic type?

0 Answers  


Can a lock be acquired on a class in java programming?

0 Answers  


Explain covariant method overriding in java.

0 Answers  


In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?

0 Answers   MCN Solutions,


What is the maximum length of a url?

0 Answers  


What is java util?

0 Answers  


What is the public field modifier?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Categories