Can we assign integer value to char in java?


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

Post New Answer

More Core Java Interview Questions

Tell me the latest versions in java related areas?

0 Answers  


What is return null in java?

0 Answers  


What are the states of thread in java?

0 Answers  


What is final access modifier in java?

0 Answers  


What are static blocks in java ?

0 Answers  


does java support default argument in Method?

1 Answers  


How to write custom exception in java?

0 Answers   Cyient,


Explain a situation where finally block will not be executed?

0 Answers  


Difference between static binding and dynamic binding?

0 Answers  


Is class is a data type?

0 Answers  


What are different data types?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Categories