最常见的:对static成员的set和get要注意synchronized

解决方案 »

  1.   

    there are many articles about multi thread programming in the ibm developworks website.generally speaking,multithread programming technology is used in back end server programming.and you can also use it in swing to improve performance,but it's a little difficult.for you must pay attention to synchronization.
      

  2.   

    java的多线程就晕菜了看来你是没有用过C++的多线程要多想想就好了
      

  3.   

    EJB的数据池,服务器的并发处理,网络通讯啊等等,我想多线程本来就是应用在一些需要同时进行,比较大型的服务方面的,你说数据库,目前用语言控制的还很少,主要还是用sql语句或者数据库自带的语句来完成