What is casting ?
Answers were Sorted based on User's Feedback
casting is used to convert the value of one data type to
another.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Is singleton set an interval?
What is multithreading in java?
How many types of keywords are there?
What is the difference between a scrollbar and a scrollpane?
What is the r character?
What is serialversionuid?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
For which statements we use a label?
What are the differences between checked exception and unchecked exception?
What is overriding in java?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
Explain the difference between transient and volatile in java?