Answer Posted / ravikiran(aptech mumbai)
casting is a process of converting a bigger datatype to fit
inside a smaller datatype
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
How many ways can you break a singleton class in java?
What is object-oriented paradigm?
What is your platform’s default character encoding?
Is node a data type in java?
Explain the JDB in depth & command line.
What is the relationship difference the canvas class and the graphics class?
How is final different from finally and finalize?
Can we assign the reference to this variable?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Can constructor be inherited?
What language is java written?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Which of the following classes will have more memory allocated?
What is the main method java?