Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
TCS,
5 12517while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
2574when i run Frame program, it display output in supparate window.i try to close using "X" it not close.min'-' & max'+' are working.pls what is problem? i run in editplus. folowing program i given. import java.awt.*; class Form1 { Frame f1=new Frame("loginpage"); Label l1=new Label("username"); Label l2=new Label("password"); TextField tf1=new TextField(); TextField tf2=new TextField(); Button b1=new Button("submit"); Form1() { f1.setLayout(new FlowLayout()); f1.add(l1); f1.add(tf1); f1.add(l2); f1.add(tf2); f1.add(b1); f1.setSize(437,440); f1.setVisible(true); //f1.dispose(); } public static void main(String[] args) { Form1 f=new Form1(); } }
4 9255java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
IBM,
3 21978
Can we assign the reference to this variable?
How to instantiate member inner class?
Can I map more than one table in a cmp?
What are the two important tcp socket classes?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
What is hibernate generator class?
How we can install struts?
What is aop in spring javatpoint?
What is the purpose of xmlaccess configuration file export.xml & exportrelease.xml?
What are beans in java spring?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
When do we use execute method in java jdbc?
What are classes for spring jdbc api?
Define canvas?
To identify IDL language what mapping mechanism is used?