Why do we override tostring method in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can arraylist contain null values?
What are the java ide’s?
what is servlet filter?
What is the difference between an object-oriented programming language and object-based programming language?
How can we access some class in another class in java?
What is the difference between static (class) method and instance method?
What state is a thread in when it is executing?
What are bind parameters?
What is parsing a string?
What is thread safe in java?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
what is language and it responsibilities