Explain about narrowing conversion in java?


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

Post New Answer

More Core Java Interview Questions

What is a container in a gui?

0 Answers  


What is use of super keyword?

0 Answers  


how to use this key word in java programming?

7 Answers  


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,


What about features of local inner class?

0 Answers  






Why is java multithreaded?

0 Answers  


What does isempty () do in java?

0 Answers  


String class is defined under which package in java?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


What is output buffer?

0 Answers  


What is the difference between the boolean & operator and the && operator in java programming?

0 Answers  


Categories