Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
HCL,
2 7303Hello ..Friends. I need a Code which makes a software of Enter the cheque Details.. means any enduser enter the details in a Particular field that should be printed on the paper On Cheque. at the backend side it sholud be printed on pdf file. Thanks in Advance
2543I will explain the scenario now
i have a form1 having some fields and i made it extends
DynaActionForm.
in struts config how can i specify another form form2 which
has to extend the form1
please specify is it better to use actionform or dyna action
form in applations.
is dyna action form is comfortable in declaring form
variables of type 'ArrayList
how to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc
1 6637diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 27601
What is ejb client?
What is deployment descriptor?
What is meant by domain?
What is lazy loading hibernate?
What are functional testing and unit testing?
How is forward action used for integration?
What is the purpose of lambda expressions?
What is final keyword in java?
Why java strings are immutable in nature?
What is the abstract class?
What is sorting algorithm in java?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is a byte array?
What is static import?
Is it legal to have static initializer blocks in ejb?