Easy to use programming language..

Philippines
February 13, 2012 3:36am CST
which is easy to use,Visual Basic or NetBeans?..
1 person likes this
9 responses
@varier (5685)
• Indonesia
13 Feb 12
Uhm.. But NetBeans is not programming language. It is an IDE for developing with many kind of programming language, such as Java, C++, Phyton, etc. Well, overall, Visual Basic is easier to learn, in my opinion.
@Bluedoll (16774)
• Canada
13 Feb 12
thanks varier good info really just learning here. Currently Mac OS X programmers can choose between limited IDEs, including native IDEs like Xcode, older IDEs like CodeWarrior, newer IDEs like MyEclipse, and open-source tools, such as Eclipse and Netbeans. ActiveState Komodo is a proprietary IDE supported on the Mac OS - http://en.wikipedia.org/wiki/Integrated_Development_Environment#Attitudes_across_different_computing_platforms I suppose then to make a decision as to what is better would also depend on your os of choice? Also, I think netbeans is free while Microsoft Studio might be more advanced or have better support if needed - in that I am not sure of.
@varier (5685)
• Indonesia
13 Feb 12
I believe both of them are cross platform, even we need to set things up if we want to install VB on Linux. But nevermind, I highly believe this discussion creator is Windows user, though.. :p And I believe both are free and have some support forums throughout internet.. I am not really sure with VB, since I got a free copy from my campus, but I believe there's a free version for that one..
@Ixodoi (445)
• Israel
22 Jun 12
a) non of them is a language. They are both environments in which you can write code using a code language. I,e, they are platforms. b) while VB is considered to be easier (since you already know the interface from other Microsoft tools), I think that you you want to work *right* you need to stick with IDE - since its compiler is working according to the latest standard, while Microsoft is allowing itself to invent its own code standard. c) If you really are looking for the best platforms I would suggest eclipse. It is the best(!) and while is mostly support Java you can add plugins to make it support almost every possible programing language.
@Ixodoi (445)
• Israel
22 Jun 12
Just one correction (I don't know how to edit): I mistakenly said platform instead of "writing environment".
@ramdzi (65)
• Indonesia
18 Mar 12
I think VB is easy to use. It use depending on the needs, VB usually is used for client-server application but Java (Netbeans is IDE for Java language) usually is used for server application (except we learn J2ME, it's for phone application). Regards
@nyang1984 (464)
• Philippines
13 Feb 12
for me visual basic (vb) the easy to use programming language. and correct me if i'm wrong netbeans is like java language???
• Philippines
13 Feb 12
Yap, NetBeans is IDE of Java language..
@erjnsimon (1191)
• Makati, Philippines
22 Feb 12
for me visual basic is easier. . . Easy to learn, easy to design
• United States
2 Mar 12
I believe Visual Basic is easier to use than Java. Java is platform independent which is a very big plus in that it works on Linux, Windows, and mobile. I created a web browser in Visual Basic that can be checked out by the link in my profile. Making an executable file in Java is a lot harder than in Visual Basic however. Visual Basic is an easier to understand language than most I have programmed with thus far.
@Ganesh44 (5547)
• India
13 Feb 12
I believe VB is easier to write programs than netbeans since it is a microsoft product .And microsoft most products are very user friendly than any other products available in the market today .Its very tough to replace or compete with microsoft products just see windows operating system and VB programing language are being used for many decades without any loss of their utility and charm ....... Hare Krishna Ganesh
@pratikm23 (139)
• India
15 Feb 12
Please correct me if i am wrong.. Netbeans is an IDE i.e. Integrated development environment used to develop code and applications in various languages like php,java etc. Visual basic is Microsoft's language to develop software applications .They can be developed in Visual basic tool with various versions such as 2006,2008,2010 etc ... So it depends on you which type of applications you want to develop and accordingly you can choose to learn . Everything is easy once started. :)
@Bluedoll (16774)
• Canada
13 Feb 12
I think both are very complicated lanquages. Although we are able to use tools to make life easier, coding in these languages can be very intimidating. Is it correct to say that vb is more dedicated to os while java is more web based?