How do you reverse a string in java without using string buffer?
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 a layout manager and what are different types of layout managers available in java awt?
what is overloading in java?
13 Answers Ascent, DNS, Infosys, SDA, VelTech,
what is the difference between Java Command Line and C command Line?
What is Interface?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is mvc in java?
What is meant by data hiding/encapsulation?
What is an accessor?
How many ways can we create singleton class?
Does java allow overriding static methods ?
What is a Java switch statement, and how can it be used?