Is 0 a real number?
No Answer is Posted For this Question
Be the First to Post Answer
What is function declaration?
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
Is it necessary for the port addresses to be unique? Explain with reason.
Does anyone still use java?
What is a superclass?
what is business objects?
What is arrays fill in java?
What is multi-catch block in java?
What is mnemonic in assembly language?
How many bits does a boolean take?
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 vector?