Learn Java from experts.In this blog I will be discussing tough java interview questions and concepts
Saturday, 26 September 2015
Friday, 25 September 2015
Important topics for Java Interviews
Well !! Certainly tricky question to answer. Frankly there is no short-cuts for success. To me, there's nothing which is important and which is not !! But throughout my 10+ years of experience, many times student need the answer of this question. So, here I go --
(Though I re-iterate this is certainly not the way to face interview )
Most important topics for Java Interview
1. Collections in Java
2. Inheritance (Abstract classes/Interfaces)
3. Data type conversions/Type casting
4. OOPs
5. Exception Handling.
Cheers !!!
(Though I re-iterate this is certainly not the way to face interview )
Most important topics for Java Interview
1. Collections in Java
2. Inheritance (Abstract classes/Interfaces)
3. Data type conversions/Type casting
4. OOPs
5. Exception Handling.
Cheers !!!
Subscribe to:
Posts (Atom)
Attend Online Java Certification Training and excel your career
Hello Java Developer, Are you staying at home and worried about your future? Do not waste the time in worrying. International certifi...

-
Well !! Certainly tricky question to answer. Frankly there is no short-cuts for success. To me, there's nothing which is important and ...
-
The Strings in java are immutable because they are stored in the " String Pool ". The basic property of String pool is not to a...