What do you mean by byte code?


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

Post New Answer

More Core Java Interview Questions

What do you mean by inner class in java? Explain

0 Answers  


What is garbage collection in Java, and how can it be used ?

32 Answers   Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


What is the difference between the prefix and postfix forms of the ++ operator?

0 Answers  


What is the access scope of a protected method?

0 Answers  






What are the types of java?

0 Answers  


Which number is denoted by leading 0x or 0x in java?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


Explain importance of finally block in java?

0 Answers  


What is application tier?

0 Answers  


abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{

3 Answers  


Which are different kinds of source code?

0 Answers  


Categories