if u r using eclipse tool how can u debbaging u r
application? plz explain with sample code

Answers were Sorted based on User's Feedback



if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / sreenivasa rao

we Need to put debug points. and then start server in the
debig mode if server based appl. and then put eclipse in
the debug mode and then run your application.

when we are running the application the flow/process will
stop at the first debug point. from there you can use f3,
f4, f5 functional keys and then move to next step.

if you have any more answer send an email to me.

Is This Answer Correct ?    18 Yes 1 No

if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / somendu maiti

keep watching on the values for the variables which would
be changing, if u put the pointer u will find the value. u
can also right click and click on "inspect" to not the
variable and values associated with it.. keep pressing F6
until u get to the desired location where u r getting any
failure or what ever condition u want.....

Is This Answer Correct ?    0 Yes 4 No

if u r using eclipse tool how can u debbaging u r application? plz explain with sample code..

Answer / mallikarjun palleboina

In Eclipse, we use Junit, a tool is used for debugging the
application

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More Struts Interview Questions

What is DynaActionForm?

0 Answers  


What are the bundled validators?

0 Answers  


how to debug struts project in netbean ?

0 Answers  


What is the purpose of struct-config.xml in struct2?

0 Answers  


In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.

2 Answers  






How many types of action clases are there in stuts and their uses?

15 Answers   OHO, TCS, Wipro,


What are the benefits of the struts system?

0 Answers  


where you store password in banking project

1 Answers  


What is actionservlet?

0 Answers  


what is the difference between SAX Parser and DOM Parser??

14 Answers   Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,


What is the purpose of @emailvalidator?

0 Answers  


Why do we need struts?

0 Answers  


Categories