Why is stringbuffer faster than string?
No Answer is Posted For this Question
Be the First to Post Answer
What are structs in java?
Explain the selection sort algorithm?
What does exclamation mean in java?
Can we execute a program without main?
Is overriding possible in java?
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 thin driver and thick driver. why it is called so?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
Is there any use of an abstract class which has no methods and no attributes?
Which package has light weight components in java programming?
How can an object be unreferenced?
how can we use the servlet as standalone apllication?should we need to extend any class?