LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 06-03-2002, 09:33 AM   #16
Yarrick
LQ Newbie
 
Registered: May 2002
Distribution: Gentoo 1.1a
Posts: 2

Rep: Reputation: 0

easy choice. dont learn vb, it gives you bad habits you will suffer from when you learn some real languages. go for java.
 
Old 06-03-2002, 10:56 PM   #17
juliana
LQ Newbie
 
Registered: Jun 2002
Location: Singapore
Posts: 4

Rep: Reputation: 0
Question java script at init.d

Have you developing your java application that will run automatically on Solaris server when it is on or rebooting?
 
Old 06-04-2002, 06:31 PM   #18
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
One more person to recommend Java. If you need to use VB later on in life then you will be able to pick it up fairly easily in your own time, especially if you already have knowledge of java.

I started off using VB, then went onto Linux and learned languages such as perl and java. I'm currently studying C++ as a natural progression.
Like many have said, the more you learn the better, but what is even better to learn are the software engineering techniques that are used in the programming projects, as each language differs slightly with syntax, the concepts remain the same.
 
Old 06-07-2002, 06:11 PM   #19
Jalorathalis
Member
 
Registered: May 2002
Location: Brisbane Australia
Distribution: Red Hat 7.0
Posts: 55

Rep: Reputation: 15
For me, learning java was a foregone conclusion - it was a major part of my course (by the way I just graduated with Dip It (multimedia and networking))

I found that java was a language loosely based on C. but simplified a bit.

Go for it

Craig
 
Old 06-12-2002, 02:13 PM   #20
gusgorman
Member
 
Registered: Mar 2002
Location: uk
Distribution: slackware-9b, mandrake-8.1
Posts: 61

Rep: Reputation: 16
Re: java script at init.d

Quote:
Originally posted by juliana
Have you developing your java application that will run automatically on Solaris server when it is on or rebooting?
er, what is this supposed to mean? sorry, i'm just a bit confused.
 
Old 07-02-2002, 12:13 AM   #21
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
hey juliana... you from sg???
 
Old 07-02-2002, 12:46 AM   #22
juliana
LQ Newbie
 
Registered: Jun 2002
Location: Singapore
Posts: 4

Rep: Reputation: 0
sorry gusgorman, just ignore my question.. i got it anyway... thanks..

ya i'm from singapore why?
 
Old 07-02-2002, 01:01 AM   #23
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
eeehhhhh.... alright! first sg person i met on LQ... another guy i talked to was from malaysia(shoot2kill)... i also from sg... nice meeting you...

you java developer?
 
Old 07-02-2002, 01:05 AM   #24
gui10
Member
 
Registered: Mar 2001
Distribution: enigma, slack8
Posts: 677

Rep: Reputation: 30
heeey! i also from sg leh!
 
Old 07-02-2002, 01:29 AM   #25
juliana
LQ Newbie
 
Registered: Jun 2002
Location: Singapore
Posts: 4

Rep: Reputation: 0
Smile

i'm not a java developer, in fact i'm really new to this stuff..

well nice to meet u as well..
 
Old 08-03-2003, 07:25 AM   #26
bigfatwombat
LQ Newbie
 
Registered: Aug 2003
Posts: 2

Rep: Reputation: 0
Hi all,
My first post, wow!

For those interested in performace of Java vs VB vs C++, this is a good article:

http://www.devhood.com/tutorials/tut...utorial_id=203

It does seem to focus on Microsoft( .... sorry Micro$oft) languages tho.

 
Old 08-04-2003, 12:31 PM   #27
mattman
Member
 
Registered: Jun 2003
Distribution: Slackware
Posts: 49

Rep: Reputation: 15
one thing i alwas take exception to is the bad rap java has, especially in the c dominated world of linux.

Java is not "C++ lite" "loosly based on C", or a "toy language". Java was an attempt to create a more modern low level language that is truly OO, instead of procedural with OO extensions. Personally, I much perfer coding in java. it is cleaner, its syntax is nicer, it is designed with object oriented developement in mind (ie dont reinvent the wheel). On the flip side, C++ is faster, more powerful, and has stood the test of time longer then java has.

imho, c++ is more powerful, java makes more sense. any more discussion about it is comparing apples to oranges. JSP/Java/Oracle is currently the most powerful stack for webapps, with every release the JVM gets significantly faster, with swing java is truly cross platform, the java class library is the thing dreams are made of.
 
Old 08-04-2003, 12:56 PM   #28
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
Java, but learn Python on your own time and you will be better for it

Seriously though, I'd say that over 90% of the coding that I have learned has been from online resources (be it documentation or forums or chatting with peers). I find that most people that I find are "great coders" learn programming on their own as well. It seems to me that CS curricula are always several years behind not only in language choice, but in paradigms as well. To get "up to date" with programming, you have to go out there and actively pursue programming as a hobby.
 
Old 08-04-2003, 01:52 PM   #29
petercool
Member
 
Registered: May 2002
Distribution: Mandrake 10.0
Posts: 78

Rep: Reputation: 15
Java

I would say Java. VB limits you to microsoft and is of little use. Java is a lot more difficult to learn than vb.

I've just started programming and I've decided to learn c++ as it doesn't limit you on platforms and it enables you to write efficient and powerful programmes (java is slower).

Last edited by petercool; 08-04-2003 at 02:27 PM.
 
Old 08-05-2003, 03:32 PM   #30
dakensta
Member
 
Registered: Jun 2003
Location: SEUK
Distribution: Debian & OS X
Posts: 194

Rep: Reputation: 35
Just to be different, I would say VB, but it depends on what you are doing and your general goals.

Given that you are learning c++ and depending how far you go with it, it will cover many concepts that will overlap with java, in addition to being syntactically similar. The difference becomes more apparent the higher level you use it and the more you understand - for beginners there is not that much difference, well imho anyway, and you can learn at a fast pace when you have a better understanding (and need to break those bad habits from c)

VB, as had been pointed out, is a completly different kettle of fish and will give you a much broader skill set. While any language is partly a matter of practice, it will (should) introduce you to the whole Microsoft-Way-Of-Doing-Things from apps like Visual Studio, to MS Office, Databases and this .NET they seem to be so keen on.

I don't know if you are think about getting a job, or have specific needs in mind but just because MS isn't that popular doesn't mean that you should (or can) ignore everything they do.

Last edited by dakensta; 08-05-2003 at 03:35 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Stupid Question: Microsoft Visual Studio 6.0 (A.K.A. Visual Basic 6) Will it run? S0RD3N Linux - Software 8 05-07-2008 08:42 PM
Visual Basic 6 dwig365 Linux - Software 1 08-28-2004 02:33 PM
Visual Basic 6 DaveyB Linux - Software 2 08-19-2004 12:47 PM
Visual Basic Finnae707 Programming 12 06-17-2003 04:06 AM
Need Visual Basic help icorsi Programming 4 10-09-2001 08:08 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration