What is a war file?
No Answer is Posted For this Question
Be the First to Post Answer
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 private protected in java?
List the three steps for creating an object for a class?
What is sizeof () operator?
Tell me how many ways are there to initialise an integer with a constant.
What is meant by tab pans?
What is navigable map in java?
What is a arraylist in java?
What is a prefix function.write down a code to compute prefix function.
What are abstract methods in java?
why String class is immutable.
How do you read a char in java?