long d =10;int i =0;i=d; /// is this possible? If d is very
long number (10 digits or some thing) then?
Answer Posted / chaitanyaelluru
Yes,It is possibel through casting.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is synchronization and why is it important in java programming?
What is object english?
What is valid keyword in java?
Can we sort list in java?
Define class?
How do you replace a string in java?
Why java is call by value?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Does string is thread-safe in java?
What is a variable in java?
Why is whitespace important?
Can a static method be overridden in java?
What are multiple inheritances? Is it supported by java?
Explain about interthread communication and how it takes place in java?
What is internal iteration in java se 8?