Answer Posted / sarojlaxmi
Casting is the process of converting one primitive data
type to another primitive datatype that is called casting.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about version control?
How are this() and super() used with constructors in java programming?
What is contractor means and methods?
what do you mean by classloader?
What is methodological theory?
Can we execute java program without main method?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Write a code to show a static variable?
What is finally in Java?
What are constants and how to create constants in java?
Can we have multiple catch block for a try block?
What is java used for on a computer?
Can java hashmap have duplicate keys?
Explain reverse a linked list recursive java solution?
How will you print number in reverse (descending) order in BST.