What is numeric promotion?

Answer Posted / guest

it's the process of converting smaller values to larger
values.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between multitasking and multithreading in Java

726


What is the abstraction?

594


What is a variable declaration?

529


Does java have extension methods?

532


How do you execute a thread in java?

505






What is anagram number?

458


How objects are stored in java?

550


What are the main uses of java?

529


What is the purpose of the finally clause of a try-catch-finally statement in java programming?

513


Why java applets are more useful for intranets as compared to internet?

580


Why java uses the concept of the string literal?

547


Can you tell me range of byte?

566


What is the base class of all exception classes in java?

572


What is a databasemetadata?

553


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

564