It was a easy interview.
They asked me 17 questions.
At first the interviewer told to give the Introduction of me.Then asked the subjects of subject of interest.I told DBMS.Then he asked a typical query.But I can't answer it.I told to ask from CORE JAVA.he asked what is inheritance , multiple inheritance & its possibility in java,exception,string creation statement ,try,catch,finally, constructor.at last 1 programming from try,catch & finally block.That is
s1;
try
{s2;}
catch(Exception e1)
{s3;}
finally
{s4;}
s5;
now the question was
1.if exception happens at s1
what will be the flow of control?
2.if in s2
3.if in s3
4.if in s4