Can a class have multiple constructors?
How to prevent to create multiple objects of a java class?
Why is method overloading not possible by changing the return type in java?
Write a program based on Java script program.
How to create com object in Java?
does java support default argument in Method?
What is meant by event handling in SAX parser?
what is synchronization and why is it important? : Java thread
What does it mean that a class or member is final?
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"); } }
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
Can we override a variable in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1