Can a double value be cast to a byte?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
yes
double d=22.55;
byte b=(byte)d;
| Is This Answer Correct ? | 34 Yes | 2 No |
What are the steps involved to create a bean?
where do you place after you did code in java
What is the difference between iterator and list iterator?
what is associative array
What is ph and buffers?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
Is sizeof a keyword in java programming?
explain different ways of using thread? : Java thread
What is api in java?
What does singleton mean in java?
Is java free for commercial?
How do you use compareto method?