What is lossy conversion in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by call by reference?
What are multiple inheritances?
How many types of packages are there in Java?
What is aggregation and composition ?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Why stringbuffer is faster than string?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
What is the difference between integer parseint and integer valueof?
Does java support Operator Overloading?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What is the program development process?
Can a class inherit the constructors of its superclass?