Can we assign integer value to char in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is double parsedouble 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....
how an we achive multiple inhetitance in java using interface..??
What is logical variable?
what is the final keyword denotes in java?
Difference between association, composition and aggregation?
what is meta-Inf?
What is lexicographically smallest string?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
Which are the two subclasses under exception class?
Can we convert list to set in java?
What is contract between hashcode and equal method?