What are the advanced technologies in java?
How many types of constructors are there in java?
Is c++ more secure than java?
What is jetty in java?
What are the four types of J2EE modules?
What is ebxml?
Which is best eclipse for java?
Is java procedural or object oriented?
What is assembly in java?
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??
What is a java developer?
What is jta and jts?
What is credentials?
What are java front end tools?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?