About 269,000 results
Open links in new tab
  1. Java development standards and tools (compared to C#)

    Apr 4, 2010 · Java development standards and tools (compared to C#) Asked 15 years, 8 months ago Modified 14 years, 11 months ago Viewed 485 times

  2. what names should I give as project name, package name, class name ...

    Examples: Project name - FibonacciSeriesProducer Package name - com.lazywithclass.utils, com.lazywithclass.entryPoint Class name - FibonacciLogic.java, FibonacciPrinter.java This is how I …

  3. development environment - Java project structure explained for …

    Jun 26, 2015 · Now in Java, you have applications consisting of projects, and then you have a new logical level - the package. What is a package? What should it contain? How do you namespace …

  4. java - What is a JavaBean exactly? - Stack Overflow

    JavaBeans are Java classes which adhere to an extremely simple coding convention. All you have to do is to implement the java.io.Serializable interface - to save the state of an object use a public empty …

  5. Coding Style Standards for Android - Stack Overflow

    Sep 25, 2011 · There is a good description of code style rules here. If you want to enforce this rules without remembering all of them, and you are using eclipse then you can use formatting rules …

  6. Best approach to creating endpoints for a RESTful API in java using ...

    Best approach to creating endpoints for a RESTful API in java using Spring Asked 5 years, 7 months ago Modified 5 years, 7 months ago Viewed 3k times

  7. A summary of all Java EE specifications - Stack Overflow

    May 7, 2016 · The Batch Applications for the Java Platform specification is a batch framework that provides support for creating and running batch jobs in Java applications. The batch framework …

  8. java - What is JSR and what's its use? - Stack Overflow

    Jul 18, 2019 · There are currently many Java technology specifications in development in the JCP program, including the next versions of Java™ Micro Edition (Java ME™), Java™ Platform …

  9. Best Practices & Principles for GUI design - Stack Overflow

    What is your best practical user-friendly user-interface design or principle? Please submit those practices that you find actually makes things really useful - no matter what - if it works for y...

  10. Is There a Java Equivalent to MISRA C? - Stack Overflow

    May 18, 2011 · There is a common coding standard that most Java developers seem to follow: Code Conventions for the Java Programming Language, but that is more a style guide than a best …