What do you mean by byte code?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by inner class in java? Explain
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)?
What is the difference between the prefix and postfix forms of the ++ operator?
What is the access scope of a protected method?
What are the types of java?
Which number is denoted by leading 0x or 0x in java?
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.
Explain importance of finally block in java?
What is application tier?
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{
Which are different kinds of source code?