Why is java called technology?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of RequestProcessor, if we are having ActionServlet in struts
Is class a data type in java?
What is connector?
What is sandbox in java?
I Want build and release interview questions
What is caller?
What is container-managed transaction?
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()); } }
What is java advanced?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
How do I become a java developer?
Why class is used in java?