What do u mean by wrapper Class?
What do u mean by Jvm... How do u change JVM for other OS?
Or No need to Change ...? its like tricky
Answer Posted / srihari
Wrapper Class: Wrapper classes are classes which are used to convert primitive data types in to object and access primitive values as an objects.
JVM(Java Virtual Machine): It is used to compile java files and convert .java files to .class files.
We require different JVM's for different OS.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why declare Main() inside the class in java ?
Does java support multiple inheritances?
Is there a case when finally will not execute?
Why hashcode is used in java?
What are different data types?
What is namespace in java?
Explain the importance of finally over return statement?
What is public static?
Write a program in java to create a doubly linked list containing n nodes.
Define how objects are stored in java?
What is the role of the java.rmi.naming class?
public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }
Can finally block be used without a catch?
Can we make constructors static?
Give a brief description of java socket programming?