What is boolean used for?
No Answer is Posted For this Question
Be the First to Post Answer
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??
How transient variable is different from volatile variable?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
Which are the two subclasses under exception class?
Why does java have different data types for integers and floating-point values?
What is the latest java version?
What is difference in between java class and bean?
What is difference between protected and private?
What are the main uses of this keyword?
What is the difference between the direct buffer and non-direct buffer in java?
Explain what pure virtual function is?
How do you include a string in java?