What is javaserver pages (jsp)?
No Answer is Posted For this Question
Be the First to Post Answer
What is instance in java?
What is assembly in java?
how dopost is secured than doget?
What is actionerrors?
What is javamail?
Why awt is used in java?
Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }
Which software is used for java?
What is sandbox in java?
servlet has not any main method in it how does it work by JVM?
What is java full stack developer?
What is java ee architecture?