Why frameworks are used in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is declarative security ?
What is wildfly java?
Why is java called object oriented?
What is connector?
What are the different types of events in java?
What is platform independent in java?
What is full form of j2ee?
What are the modules of j2ee?
Describe the file types *.ear, * .jar and *.war?
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()); } }
How will you explain cdata?
What is ejb container provider?