| | Java technology has various usage from mobile applications to Enterprise applications. I think the power of Java technology in web applications and applets is showed in "meez.com" where u can create your own 3d avatars. |
|
|
Replying to galexcdI put the code you say about strings, and it returns true...?The thing that Java has with strings it that it reserves a special memory space for them, cuz in many situations the same string is made over and over and over, so this memory saves them to use it only one while the same string is being made, avoiding stupid memory usage. Pointers are great, but pointers are unsafe (ma... read more.
Success of Java lies in its portability. You only need to complite it once and it will in any platform, from Windows to Unix system. Although it will not run as fast as native code but being able to run in multiple platforms without recompiling it is great.
One feature that is very fun to use is its lighweight frames. With these technology you can create an application that will have a GUI of your choosing. Meaning even if you run the application in Windows System you can have an application GUI with a Mac look and feel or maybe Unix windows look and feel.
Java is only as good as the programmer(s) who use it... some people only get as far as to learn the basic system operations (e.g. System.out.print()
Java is only as good as the programmer(s) who use it :-p Java is only as good as the programmer(s) who use it... some people only get as far as to learn the basic system operations (e.g. System.out.print() Java is only as good as the programmer(s) who use it :-p that's right , Java technology is powerful only for programmers who are familiar with it . Java technology is powerful only for programmers who are familiar with it. I've had quite some experience using Java, from Swing, JDBC, IO and Socket programming. I'd be first to admit I was once in love with Java but now that I've come across PHP, I was suddenly made aware of the fact that Java is slow and too nitpicky. I do concede that I can still do more stuff with Java than with any other programming language but it really does bother me deeply now that after all these years, Java still is slow. Oh well, c'est la vie
Java is good for its portability but still has lots of problems. First of all, it is very version specific. Since certain features and improved and then removed, older java programs will stop working if the older jvm is not on the machine. This is a huge issue. If you have a good programmer, they will use only the prebuilt functions and features that are not brand new and also that are not being replaced in a more recent version.
The good thing with java is that in the past few years, it has become much quicker. The code is compiled again on the computer it is being run on before it is interpreted so that optimizations can take place. This is done while you are running the program but does not use many resources the way that it is implented.
I want to learn Java but the tutorials in SUN are worded so "techy" and full of unecessary words that I don't understand what they're trying to tell me. Is there any good tutorial site that speaks in English and teaches Java?
1. It is first really portable language - this fact has made it become the language of world wide web 2. It is first completely object oriented language - this fact is making JAVA introduced to many programmers and it is why many of programmers are transferring to the JAVA instead to continue their work in C or C++ 3. It is extensible - it has so many build up things and it is easy to extend while this is not case with language like C++ which doesn't receive regular updates like java. 4. It is safe language - Its sandbox model is unigue and it is safest language and it allows safest programming solution in the world. Only one loophole has been found in JAVA since its initial release. It corrects most of the errors you could gain in the C++ but for the price of freely programing however still it produce many very good principles liek Garbage Collector and so on but for the price of speed 5. It is just superior.
after learning the basics of Java and came across the GUI paint tutorial, I was very turned off. Until I recently found out that C++ has that too. I was about to turn back to C++ but now I've come to think that I should study both. I also just found out that with Swing library I have different options of how it would look?
It just upsets me that because of the JVM, Java programs are slow. Although they're powerful, its speed sucks. I'm just hoping that Java improves this one. If Java finally gets Java programs to speed up and have the same speed as C++, it would gain more respect and people would start turning to Java.
IMO the only good thing about Java is its portability. Other than that it is unacceptable for me to work with - it is slow, it takes up too much memory, and it's syntax definately isn't my favorite thing to work with with all the complexities that end up making me refuse to work with it completely. Even though I dislike C++, I believe it is a much more powerful language. Consider this: uTorrent which is made with C++ only occupies 1MB while Azereus, a client with similar featrures, is written with Java and occupies 70MB. There's something wrong with that.
Latest Entries
Replying to galexcd
I put the code you say about strings, and it returns true...? The thing that Java has with strings it that it reserves a special memory space for them, cuz in many situations the same string is made over and over and over, so this memory saves them to use it only one while the same string is being made, avoiding stupid memory usage. Pointers are great, but pointers are unsafe (maybe not for experienced of course) but java provides different ways to manage this situations. If there was not, why would there be so many programmers doing all types of programs in it? Maybe Java is not the best language, but it is now around just 10% slower than C++, and it really releives me to create a web app in Java using a Java server, and put my applications hosted in windows, and for the clients put linux/solaris servers, and not have the need to change everything. Anyway, it is about what do you want to do. I have used a little PHP for little web applications and like it over JSP, but I hate using pure JSP for medium applications, the same I hate using PHP for them. You can use one of the many java frameworks available and they have everything you need to do really anything you want. -reply by Sotnrgo
I know this is an old topic, but I didn't see it when it was first posted, and I am obligated to leave my opinion. I HATE java. Java is terrible. What other language can you not compare a string variable to a string?
ex: CODE String a="java"; return a=="java" //<---RETURNS FALSE This is because Sun forgot to incorporate strings in Java and instead of developing it into the language, they decided just to make String a class, which makes you hit roadblocks like this. Other things that tick me off about java: You are forced to program object oriented all the time. Even if your program isn't object oriented you need to make all of your methods static so java at least treats it non OO, even though it still is. All Complex data types are passed by reference instead of value when passing them to a method. So you don't even get a choice if you want your variable to be a pointer or not. It just is or it isn't. Not up to the programmer. Why does java make it so difficult to change the amount of elements in an array. I understand about memory allocation but I would prefer if java would automatically garbage collect an old array and pass the values in a new array so you wouldn't have to go through this extra annoying step every time. Wow Tetraca, thanks for that interesting info. I didn't know uTorrent was made in C++. I love uTorrent! It's so fast and small and portable! Wow, Azereus takes up that much! Hm... I'm so confused! I don't know which is better! Lol, still I will finish studying both languages. It's better to know both than one--leaves me open for more jobs. Agreed and it will give you a lot of advantage if you know both then if you stay on just one. Furthermore JAVA has nice thing called native methods these are methods written in other programming languages so if you have problem. With something to do it in java or more usually if you want to write crucial part of your program which needs to be executed very fast I would suggest writing it in C or C++ better and even better if you are hardcore in the assembler, although in most cases this might prove as futile attempt. And for torrents clients I think Azureus is better and not because it has been programmed in Java but because it has been so compatible with everything and has planty of ptions.
Wow Tetraca, thanks for that interesting info. I didn't know uTorrent was made in C++. I love uTorrent! It's so fast and small and portable! Wow, Azereus takes up that much!
Hm... I'm so confused! I don't know which is better! Lol, still I will finish studying both languages. It's better to know both than one--leaves me open for more jobs.
Recent Queries:-
Keywords : java application shows java features
so most of you guys know mig33. its a wap application,probaly java.most kindly to be java. does Many having tell me to make my MMORPG in java leads me to agree, But I'm not sure truly is it What is the best framework to make enterprise application using Java (J2EE)? Currently I am Hi, I want to know which is going to be a success in future. I've asked this question to CODE <HEAD> var popUpWin=0; function popUpWindow(URLStr) { I had found this site >> http://learnjava.awardspace.com This website is for people who want hi to all!!!! just like to ask if it would be possible if i could make a custom I'm trying to do a Java mobile J2me application... But I don't know what to do... Any XML and JavaGeneral XML resources * "XML, Java and the Future of the Web," Jon Bosak. The So we have a web based application running on JBoss on several clustered servers. The front end of See the next few lines containing Java Code: CODE 1. // imports 2. import How can i call pdf995 engine from Java to generate Pdf from Doc. This approach from Visual Basic I just got web hosting approved and I want to host the site I created using Struts framework. Some of the installables in java comes in form of .jar file, one has to just double click or type Hi, I'm interested in game creation on websites. The game should be playable via web browser. I'm having some issues with working with objects . I get an index out of bounds ex. I thought they were completely different things. Surely javascript should be seperated from the rest... Introduction This is a code that I use to dynamically create the drop down menus. First, you have Hellow friends, I am creating this thread for all queries and suggestions related to java coding. If Hey there, I have made an applet that shows images moving about the screen. I have pause/resume aving some problems taking in the Java at Uni, Was wondering if anyone could shine some light on it Hey there guys! How would i go about making an object move about a fixed point for a java does anyone know of any good websites with free java tutorials for people without a lot of prior /** * Remove from the club's collection all members who * joined in the given month, This code wont work in Safari, but works fine in Firefox 2. Can someone help. The error pops up In your opinion what's the best java editor/compiler? i use jcreator le and it works nicely...... Hi, I'm doing a course called Software Design and Development for HSC in a high school in The HTML <script> tag is used to insert a JavaScript into an HTML page. Examples Write text Looking for power, java, application, shows, java, features
|
![]() The Power Of Java - the best application that shows java features |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute your information that might help someone here. Ask your Doubts & Queries to get answers.. "Together, We enlight each other!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|