You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What does string [] args mean?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
How many threads can java run?
How does map works in java?
What is the applet security manager, and what does it provide?
What is nan inf?
What is the collections api?
How does system arraycopy work in java?
What do you know about java?
Why arraylist is not synchronized in java example?
What happens if we override private method?
What types of inheritance does Java support?