how many external variables are there in jsp ?
Answer / raza
There are no external variables in jsp unless and until you
use scriplets(java snipets)
| Is This Answer Correct ? | 12 Yes | 0 No |
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()); } }
Is j2ee a programming language?
What is jetty in java?
What is java ee used for?
What is a thin client?
What is the best java compiler?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
What is java developer job description?
Explain j2ee architecture.
What is 'applet container' ?
What is java full stack developer?
What are j2ee technologies?