What is += mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is a flag and how does it work?
Can we call a non-static method from inside a static method?
Why do we need to override equals() and hascode() method of object class?
What are the kinds of polymorphism?
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 does || mean in code?
Is java jre still free?
can two class in a code be public??if yes then how??
What is difference between Heap and Stack Memory?
How to read and write image from a file ?
What is the use of :: in java?