Is java type safe?


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

Post New Answer

More Core Java Interview Questions

Can we execute java program without main method?

0 Answers  


Is java still necessary?

0 Answers  


What are the 4 types of characters?

0 Answers  


What is fundamental datatype?

0 Answers  


What are different types of encoding?

0 Answers  






Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What are the default and parameterized constructors?

0 Answers  


What is the importance of finally block in exception handling?

0 Answers  


How many ways can an argument be passed to a subroutine?

3 Answers   Technological University of the Philippines,


Explain differences between checked and unchecked exceptions in java?

0 Answers  


What is void class in java?

0 Answers  


What data type is true or false?

0 Answers  


Categories