adspace
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
Write a program to find the whether a number is an Armstrong number or not?
What is java string pool?
Is minecraft 1.15 out?
Realized?
What is parsing in java?
Write a program to print count of empty strings in java 8?
explain different ways of using thread? : Java thread
How to sort array in descending order in java?
Explain public static void main(string args[]) in java.
What is a constructor overloading in java?
Differentiate between static and non-static methods in java.
What is an object in java and how is it created?
What do you mean by an interface in java?
What is the difference between equals() and == in java?
How to create a base64 decoder in java8?