| Other Advanced Java Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| what is the diffrence between banking and insurance domain?
|
| 2 |
| whats is stored procedure,joins |
Photon | 1 |
| why we use main in java?
|
| 4 |
| which deployment descriptor element is used to configure the
authentication method?
a. auth-config
b. login-config
c. sec-config |
| 1 |
| function of extends and implements keywords?
|
| 2 |
| Hello,
I'm java developer. My skill is programming with java,jsp,
struts, struts2+spring, hibernate, eclipse, tomcat,
mysql,Oracle,Middlegen and other open source technology. I'm
interest work any web base project that use my ability
above. The thing is that I have never got any chance to work
in this field though i am very much comfort with my skills.
So if any body want me then i will happily join you.
Also I have also some of my friends if you. If you interest
to outsource any project to me then also you are welcome.
you can reach me by email at me4bangalore@yahoo.in |
| 4 |
| What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference.
(Note : Pls ignore syntx errors)
public class One {
sop ("Into One--");
}
public class Two extends One{
sop ("Into Two--");
}
public class Home {
One a; Two t;
public static void main(argv[])
{
sop ("In Home--");
sop(One.a);
sop(Two.a);
sop(One.t);
sop(Two.t);
}
} |
Wipro | 2 |
| How will the struts know which action class to call when
you submit a form? |
HeadStrong | 6 |
| Define the remote interface? |
| 1 |
| what is Static binding? |
Wipro | 2 |
| whats is mean by jndi |
SolutionNET | 4 |
| What is meant by Superconductivity? |
| 4 |
| |
| For more Advanced Java Interview Questions Click Here |