Current location - Plastic Surgery and Aesthetics Network - Clothing company - Some problems of java and VB
Some problems of java and VB
1, it depends on where your focus is. The advantage of java lies in multithreading and cross-platform rather than GUI, which is suitable for the development of network application systems. The advantage of VB lies in its rich GUI interface and visual interface development, which is suitable for the development of desktop application systems.

2. Personally, I think both can be used at this stage, because after all, I learn java, so I can consider using awt and swing, which are two GUI components recommended by sun in javaAPI. The former is a heavyweight and related to the local platform, while the latter is a lightweight component. Swing is more powerful than AWT in function.

When you develop with these two components, you will feel that java's expertise in GUI is not so good, because the original intention of Java's birth is not on GUI, but on fully object-oriented multithreading and cross-platform.

3.VB is really a good choice for developing GUI interface, with visual development, high efficiency and simple and transparent language. As long as your program runs on the Windows platform, you can also choose it for development.