1.Is JSDK an outdated Kit ?
If so to use something like Tomcat where do I get guidance ?
The JSDK was/is a reference library. It's not so much outdated as it's not "ready for prime time". Tomcat/Jakarta has a lot of documentation, start there.
2. Can I use MS access to handle data with Java.
What about SQL Server ?
Yes, via
JDBC and a Type I driver. This is also known as the JDBC-ODBC bridge. I strongly reccommend that you do not use this driver. It is buggy and unsupported. For SQL Server, there are 3rd party Type II and Type IV JDBC drivers both free and for charge. If you don't need a full blown transactional database, check out Cloudscape. It's cheap and very functional as a simple persistent data store.
3.What are the strong points in using Java for non web based
applications if any ?
The previous post attacks this well.
4.Why does the cursor shiver when I am typing this topic ?
Can you fix it as this must be a Java Issue as I feel.
Are you typing in a Java-based browser? The web page is a simple HTML form.
Jesse