Why java is considered as platform independent?
No Answer is Posted For this Question
Be the First to Post Answer
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"); } }
If a class is declared without any access modifiers, where can the class be accessed?
Why 1 is not a prime number?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the difference between abstract class and interface?
What class allows you to read objects directly from a stream in java programming?
What is a buffer in computer?
Can a class declared as private be accessed outside it’s package?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
What is lexicographically smallest string?
What all methods are used to prevent thread execution ?
Why unicode is important?