What environment variables do I need to set on my machine in order to be able to run java programs?
No Answer is Posted For this Question
Be the First to Post Answer
Does java have extension methods?
what is class.forname() and how it will be useful ?
What does next mean in java?
Is an object null?
Howmany classes that package java.applet.* contains?
What is an Exception ?
What is a class instance variable?
. Define Copy Constructor in Java
What are the advantages of assembly language?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
Explain an intermediate language?
write a progam hashmap & hashtable?