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 / shamsunder
go to teaching field
| Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
what are RemoteObjects?
How a component can be placed on Windows?
What is clustering? What are the different algorithms used for clustering?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Why are my checkboxes not being set from on to off?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between session and entity beans?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the purpose of the finally clause of a try-catch-finally statement?
When a thread blocks on i/o?
Is a class a subclass of itself?
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 handle?
What are the different class loaders used by jvm?
what are the advantages of JTA over JTS?