What is class array in java?
No Answer is Posted For this Question
Be the First to Post Answer
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
What is rule of accessibility in java?
Can you call a method on a null object?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Can we restart a dead thread in java?
how to use crystal reports in java
How does multithreading take place on a computer with a single cpu?
How can two threads be made to communicate with each other?
how to split string in java?
What is the importance in context in JDBC connection pools?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
Which sorting is used in arrays sort in java?