What is javac_g?



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

Post New Answer

More Core Java Interview Questions

what questions are been asked ??? for interview in apti

0 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  


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?

1 Answers  


Define inheritance with reference to java.

1 Answers  


What is lambda in java?

1 Answers  


What is a marker interface?

2 Answers  


What are the OOAD concepts in java explain with examples?

4 Answers   Aricent, CTS,


Can we declare main () method as non static?

1 Answers  


What is intern method in java?

1 Answers  


What is the default size of load factor in hashing based collection?

1 Answers  


what is use of business objects?

3 Answers   Tech Mahindra,


Explain the reason behind ending a program with a system.exit(0)?

1 Answers  


Categories