How to deploy web appliction in web logic ?
Create a war file using command
jar cvf webapplicationname.war *;
Login to weblogic Console.
Goto WebApplicationModules and then goto Deploy New
Webapplication module. Upload ur file option and Browse ur
War file and Upload. select ur war file and choose
Targetmodule and deploy.
| Is This Answer Correct ? | 4 Yes | 3 No |
You have one base class virtual function how will call that function from derived class?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
How do you answer polymorphism?
why the argument is passed by reference to a copy constructor?example?
What are callback functions in c++
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
Where You Can Use Interface in your Project
me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise
What are constructors in oop?
Why is object oriented programming so hard?
what are the ways in which a constructors can be called?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)