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 are the steps involved to create a bean?
What does opcode mean?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is a Transient Object?
What is percentage in java?
What is the basic difference between string and stringbuffer object?
Explain about member inner classes?
Differentiate between vector and array list.
What is nan inf?
What are the parts of methodology?
What is a null check?
Explain the importance of thread scheduler in java?
How many ways can we create the string object?
What is an object class?
What is private protected in java?