1. Does Java have something like C#'s ref and out keywords

    Does Java have something like C#'s ref and out keywords

  2. Is there a Java equivalent to C#'s 'yield' keyword

    Is there a Java equivalent to C#'s 'yield' keyword

  3. I am not able launch JNLP applications using "Java Web Start"

    I am not able launch JNLP applications using "Java Web Start"

  4. How do I print my Java object without getting "SomeType@2f92e0f4"

    How do I print my Java object without getting "SomeType@2f92e0f4"

  5. How to escape special characters from JSON when assign it to Java String

    How to escape special characters from JSON when assign it to Java String

  6. How to catch a NullPointerException for particular member variables of a java class

    How to catch a NullPointerException for particular member variables of a java class

  7. functional programming in python - using map(), filter(), and sum() together - java .stream() equiv

    functional programming in python - using map(), filter(), and sum() together - java .stream() equiv

    1
  8. How to get a path to a resource in a Java JAR file

    How to get a path to a resource in a Java JAR file

  9. Concise way to get both min and max value of Java 8 stream

    Concise way to get both min and max value of Java 8 stream

  10. Java SDK 11.0 or above is required when using .NET 6 or higher

    Java SDK 11.0 or above is required when using .NET 6 or higher

  11. How to use the ^DG command send image to a zebra printer in java

    How to use the ^DG command send image to a zebra printer in java

  12. I have 64 bit Java, but no jdk folder in my Program FilesJava folder

    I have 64 bit Java, but no jdk folder in my Program FilesJava folder

  13. Return list of Nodes a Tree in Java-Parent can have multiple child Nodes

    Return list of Nodes a Tree in Java-Parent can have multiple child Nodes

  14. Java units of measurement libraries other than JSR-275 and Units of Measure API

    Java units of measurement libraries other than JSR-275 and Units of Measure API

  15. Java While Loop for entering username and password 3 times - Issue with break statement

    Java While Loop for entering username and password 3 times - Issue with break statement

  16. Is it possible in Java to catch two exceptions in the same catch block

    Is it possible in Java to catch two exceptions in the same catch block

  17. Is there a command line option for setting the default log level in Java

    Is there a command line option for setting the default log level in Java

  18. Java 17 with Maven Wrapper results in Unrecognized VM option 'MaxPermSize=512m'

    Java 17 with Maven Wrapper results in Unrecognized VM option 'MaxPermSize=512m'

  19. Java Code Conventions must match pattern '^[a-z][a-zA-Z0-9]$'

    Java Code Conventions must match pattern '^[a-z][a-zA-Z0-9]$'

  20. Lombok's access to jdk.compiler's internal packages incompatible with Java-16

    Lombok's access to jdk.compiler's internal packages incompatible with Java-16

  21. JAVA - How to remove parent nodes from xml based on child nodes using StAX

    JAVA - How to remove parent nodes from xml based on child nodes using StAX

  22. Is there a comprehensive list of Java IO stream classes and what they39re used for

    Is there a comprehensive list of Java IO stream classes and what they39re used for

  23. How to initialize all the elements of an array to any specific value in java

    How to initialize all the elements of an array to any specific value in java

  24. Compare two HashMaps with the Java streams API and replace attributes values in one HashMap

    Compare two HashMaps with the Java streams API and replace attributes values in one HashMap

  25. How can I reverse a Java 8 stream and generate a decrementing IntStream of values

    How can I reverse a Java 8 stream and generate a decrementing IntStream of values