Can we have two methods in a class with the same name?
No Answer is Posted For this Question
Be the First to Post Answer
Why is stringbuffer called mutable?
Does java return by reference?
What value is a variable of the string type automatically initialized?
What problems will occur when you don?t use layout managers?
What is "finally" keyword?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What an i/o filter?
What is the difference between overriding & overloading?
Why scanner is used in java?
Why singleton pattern is better than creating singleton class with static instance?
What is the purpose of java?
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