Define jre i.e. Java runtime environment?
No Answer is Posted For this Question
Be the First to Post Answer
What are different data structures in java?
Is java ee a framework?
Difference between Interface & Abstract class?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is lexicographically smallest string?
Can we write method inside a method in java?
What is the functionability stubs and skeletons?
What is indexof?
What are the 6 functions?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
What is the major drawback of internal iteration over external iteration?