How many bytes are there?
No Answer is Posted For this Question
Be the First to Post Answer
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 is a platform?
What is complexity and its types?
What is methodological theory?
What is the argument in java?
What are basic data types?
Can we declare a constructor as final?
Can a class have a static inner class?
Name the methods that used to get and set the text label displayed by a Buttonobject?
What is a flag variable?
What is a singleton puppy?
Can we pass a primitive type by reference in java? How