Hello frds .recently I've got a call for the test in
infosys .iam having 1.5 yr exp in java pltfrm.plz can
anyone tell the main process( in detail) for infosys
experienced professionals
Answer / frndzcircle
Think logically, weather its infosys, tata, microsoft or
oracle or a local Lala softaware.
A logical approach is what expected from any developer.
Each company have their own process. if you mimic infosys
process, then you might not get selected.
| Is This Answer Correct ? | 4 Yes | 0 No |
Which server is best for java?
What is the ear file?
Is java still slow?
What is the latest technology used in java?
What is awt package in java?
What is java secure socket extension (jsse)?
What is a j2ee container?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
to update a batch in a table in jdbc which method of statement object is used.
What is commit?
Is java a high level language?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??