What methods are used to get and set the text label displayed by a button object?
No Answer is Posted For this Question
Be the First to Post Answer
Why singleton is not thread safe?
What is methodological framework?
Name few java.lang classes introduced with java 8 ?
What is the purpose of the main method?
What is data type example?
How many bytes are there?
What is communist flag?
What do you understand by the term polymorphism?
What is an immutable object? How do you create one in java?
Is ruby built on java?
What is the static method?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }