dinesh


{ City } delhi
< Country > india
* Profession * software ngineer
User No # 87554
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 24
Users Marked my Answers as Wrong # 8
Questions / { dinesh }
Questions Answers Category Views Company eMail




Answers / { dinesh }

Question { Cap Gemini, 3530 }

Expain ur organisation process( V-model)?.


Answer

V-model map's type of testto the stage of development in
project.below see testing step used with development project
Requirement-------------------------------Acceptance Testing
Specification---------------------------System Testing
Design-----------------------Integration Testing
Implementation----------------Unit Testing
-------
---
-
all guys can see testing shape is lookin like V shape so it
naminaly called v model

Is This Answer Correct ?    1 Yes 1 No

Question { Wipro, 4526 }

what is the struts internal code?


Answer

Struts internal code means we can say Struts component, on
that strus archetecture is depend.These are below given:
(1)Struts controller(Acion servlet)
(2)Action Classes
(3)Strust Plug-in
(4)Request Processor

Is This Answer Correct ?    6 Yes 1 No


Question { Cap Gemini, 8845 }

what we can't do in jdbc but can do hibernate?


Answer

There are many thing we can do in hinernate automaticaly by
hibernate tools or seting hibernate properties.some I
giving below:
(1) We can migrate database just change database dielect.
(2)we can used caching
(3)if user do not know ant any SQL languge then they can
use criteria query.
(4)There is one scnerio where SQL query are failed when
want fetch obejct from db but do not know there ID.
Hibernate provide this solution using HSQL .

Is This Answer Correct ?    15 Yes 6 No

Question { Wipro, 6252 }

we have a 100 classes at that time which class we have to
write main method? pls help me


Answer

Hey All,
I Think if we have 100 class we write main method wihin
any class just we should mention class name in mainifest
file before calling.mainfest main work is tp provide main
class name to jvm.

Is This Answer Correct ?    2 Yes 0 No