Do you need to import math in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
How do I type unicode?
What is wrapper class html?
What is the synonym of procedure?
What is boolean false?
Can we overload the methods by making them static?
What is difference between iterator access and index access?
What are the 3 types of loops in java?
What is <> used for 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 the difference between char and char *?
What is Collection interface?