8

Tell me something about JAVA 😏😁

Comments
  • 6
    Compile with -script to make it run in the browser
  • 8
    it's better that PHP.
    change my mind
  • 0
    Same as @kgbemployee, I like that it brings me money.
    Modern Java projects might be generated code from a yml now, so you don't even write most of it, but only implement some additional stuff.
  • 10
    "goto" and "const" are both reserved words, but neither have ever been implemented, so you can't actually use them for anything.
  • 3
    It's like a father to me
  • 2
    It's fun to make games with it. Not for the enduser but for you as coder.
  • 9
    It's a strongly-typed programming language, compiled into bytecode. Once compiled it can be run on a JVM - java virtual machine. JVM can be attached to, monitored, tweaked. Java applications can hot-swap running code on-line, without any outage.

    Its development kit was built and released by SUN microsystems as a SUN JDK. Later on rebranded to OpenJDK. All the source and built-in tools are open-sourced, completely free and accessible at OpenJDK's project webpage.
    Then there is OracleJDK which has been recently commercialized. Many people still believe it's the original, the _real_ java. Well it's not. There's nothing to whine about.

    Same Java code can run on all platforms that can run a JVM, which makes it a cross-platform language. It has its own built-in graphics libraries for desktop apps. It is also perfect for webapps. It sucks for web frontend (JSP/JSF) and not the best choice for embedded systems.

    Overall - Java is an amazing language and JVM is an amazing tool
  • 5
    update availeble
  • 2
  • 4
    This compiles and runs (when placed in main) with no errors:

    Integer i = null;

    System.out.println(i.parseInt("2"));

    This does not:

    Integer i;

    System.out.println(i.parseInt("2"));
  • 1
    I like it since React and Angular use it
  • 1
    It's one of the world's top 3 programming languages
  • 2
    It's a strongly-typed object-oriented language where classes are limited to a single implementation and extension. It's usually compiled in an intermediate language which is interpreted by a virtual machine (Java Virtual Machine or JVM) which uses a stack-based architecture (other "jvm" and also compilers to machine language exist but are not commonly used). Java best features are that it can be platform-independent, lightweight and rarely allows the programmer to write horrible code. On the other hand its programs are usually not as fast as some other languages and its code is not "beautiful" for advanced programming.
  • 0
    @Coffe2Code

    I can slap my php bitch around and have something up and running in minutes/hours unlike my cranky hoe Java who wants to be treated right while having a hissy fit she didn't get her pills for the day.
  • 1
  • 0
    @alexbrooklyn please explain. I'm more lost now then the first time I wrote a Java class.
  • 3
    It's an island in Indonesia.

    (surprised nobody has said that yet)
  • 0
    An island in Indonesia, also another name for coffee (see also “Joe”) and an object oriented programming language
  • 2
    Generics are trash, no operator overloading, system libraries are stupid sometimes. It gets the job done but it's not pretty. C# is better in every aspect
  • 1
    It is indeed called streams and it's a joke.
  • 0
    It's the most popular herd language. Mega corporations employ teams of Java developers to cooperate to obfuscate the code beyond all recognition by a single developer.
  • 2
    @rutee07 what a honest man
  • 0
    It’s shit
  • 7
    "Java runs on more than 3 billion devices."
  • 0
    @Pickman frankly I cannot think of a class model having multiple implementations.

    Sounds like a Schroodinger's class having schidzophrenia :)
  • 0
    It's not javascript
  • 0
    Is an island of Indonesia
  • 0
    Java has a song titled "Java Life" - https://youtube.com/watch/...
  • 0
    Took a bit longer for the Java haters to come out of the woodwork than I expected 😂
  • 2
    It's short for javascript
  • 0
    @zankar lol .... It's actually long 4 JavaScript if you count the lines of code.
  • 0
    @IAmAnIssue which makes sense because in the latter case i is undefined whereas the first one will just throw. In c++ the second one would compile because the Integer constructor would be called
  • 1
    @zankar Ooohhhhhh, you didn't 😂
  • 1
    @AlmondSauce 😂😂 sorry not sorry 😁
  • 0
    It's !JavaScript
  • 1
    @netikras in theory you could have multiple interfaces implemented in some languages. I think it's probably better not to, especially if the two interfaces have conflicting methods.
  • 1
    @Pickman so it's interface implementations, not class? Implementing multiple interfaces by the same class is in fact quite handy :) I do use it a lot
  • 2
    @netikras you do not implement classes you extend them.
    I mean multiple implementation is useful but it can be dangerous.
    E.g. A implements B, C.
    B has method run(), returns an int.
    C has method run(), returns an int.
    An implementation of B should return 0 when the run is successful, an implementation of C should return 1 instead. Implementing run() is now problematic.
    Notice that my first post mentioned single implementations and that's absolutely wrong. I have a class I wrote that implements three interfaces in front of my eyes right now.
  • 0
    Hi friends, tell us about your experience of ordering custom Java development services. Java development is a wide and fascinating world and I will need help of professionals to realize my project.
  • 0
    A couple of months ago, I was faced with the task of developing a custom Java application for my business. Since I am not a developer myself, I had to look for professional Custom Java Development services. The process was exciting and sometimes challenging, but in the end the result lived up to expectations.
  • 0
    I wanted to create a web application to manage inventory in my business, and Java was my choice because of its reliability and extensibility. After thorough discussions and comparing proposals, I chose custom java development services, which offered the best value for money.

    It was important to make sure they had experience in Java development and good references from previous clients. The outcome of ordering custom java development services https://broscorp.net/custom-java-de... was a successful web application that has greatly improved inventory management in my business.

    In conclusion, choosing Java custom development professionals is an important step for the success of your project.
Add Comment