How big is a boolean?


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

Post New Answer

More Core Java Interview Questions

What are E and PI?

1 Answers  


What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


What is int lol?

0 Answers  


What happens if main method is not static?

0 Answers  


What is class and object in java?

0 Answers  






Why java does not support pointers?

0 Answers  


What are examples of modifiers?

0 Answers  


What’s a deadlock?

0 Answers  


Is multiple inheritance allowed in Java? Why ?

7 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


How do you create a method in java?

0 Answers  


What is meant by method overriding?

0 Answers  


Categories