What is javac used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is ctrl m character?
What is a container in a gui?
What is string builder?
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
what is the final keyword denotes in java?
Can list be null in java?
How strings are created in java?
What is diamond operator in java?
Explain about map interface in java?
What is JAVA? Why it is platform independent?
What is a parameter example?
Can substring create new object?