I’m new to WebLogic Does anyone knows how to Deploy
Application using
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?
What is enterprise information system?
What is the latest framework in java?
How do I run java?
What is event 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()); } }
What is pure java?
What is wildfly java?
What is ear file?
Explain about J2EE Application Architecture
What is repaint in java?
how many external variables are there in jsp ?