hi, All are saying that now software field position is not
good and in 5-10yrs total software field ll be saturated .
is it true? i am unable decide ii continue in this field or
not please tell me?
Answer Posted / simmi
No way to happen like that.
May have some ups and down.so no need to worry.
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
Define prototype?
Which are the different segments of memory?
What is a session? Can you share a session object between different theads?
What are JTA/JTS and how they used by client?
Is a class a subclass of itself?
Do we need to override service() method
What do you mean by Socket Programming?
How to pass parameters in RMI?
What are the different approaches to represent an inheritance hierarchy?
Have you used threads in Servelet?
Can you control when passivation occurs?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the difference between java class and bean?
How substring() method of string class create memory leaks?