What is string [] java?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by binding in rmi?
What is an image buffer?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Which class is the immediate superclass of the Container class?
What is a list in java?
Can interface be private in java?
Is string is a data type?
what is mena by object block any what is the use of that
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What are the 2 types of java programs?
What is string substring?
What are checked exceptions?