What is javac_g?
Answer / Prem Chandra Verma
The term 'javac_g' does not seem to be recognized in standard Java context. It could possibly be a custom tool or typo.
| Is This Answer Correct ? | 0 Yes | 0 No |
what questions are been asked ??? for interview in apti
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
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Define inheritance with reference to java.
What is lambda in java?
What is a marker interface?
What are the OOAD concepts in java explain with examples?
Can we declare main () method as non static?
What is intern method in java?
What is the default size of load factor in hashing based collection?
what is use of business objects?
Explain the reason behind ending a program with a system.exit(0)?