What is the numeric promotion?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can I override protected method in java?

0 Answers  


Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


diff b/w sleep(1000) and wait(1000)?

4 Answers   Huawei,


What is variable and example?

0 Answers  


Explain about doubly linked list

0 Answers   Aditi Placement Service,






Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

0 Answers  


How could Java classes direct program messages to the system console, but error messages, say to a file?

2 Answers  


Does sprintf allocate memory?

0 Answers  


Explain the usage of this with constructors?

0 Answers  


Does java allow default arguments?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Is char a data type in java?

0 Answers  


Categories