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);
}
}
Answers were Sorted based on User's Feedback
Answer / pokuru surendra
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
One.a cannot be resolved
Two.a cannot be resolved
One.t cannot be resolved
Two.t cannot be resolved
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain lazy activation?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is RMI architecture?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What is a clone?
What are externizable interface?
What is the relation between the infobus and rmi?
What is table mutation and how do you avoid it?
advantage of thread?
How to get an image from db2 database plz help as soon as possible
What is a compilation unit?