Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between choice and list?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What does the @override annotation do?
How can we make a class virtual?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How can u increase the heap size in the memory?
Explain 5 features introduced in jdk 1.7?
What is hashset in java?
How are this() and super() used with constructors in java programming?
Why runnable interface is used in java?
Where is java located?
Why are getters and setters used?
What does split function do in java?
What is instance synchronization?
What is the difference between comparison done by equals method and == operator?