What is the purpose of a parameter?
No Answer is Posted For this Question
Be the First to Post Answer
Does constructor creates the object ?
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
What is 'finally' method in Exceptions?
Can a class be private?
what is use of functional interface in java 8?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is the purpose of using java.lang.class class?
In java how do we copy objects?
Is java an open source?
Why are getters and setters used?
What are the benefits of operations in java?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)