Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 942091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:13:02+00:00 2026-05-15T22:13:02+00:00

Please advice on where can I find the lib in order to use the

  • 0

Please advice on where can I find the lib in order to use the shorter expression of System.out.println() and where should I place that lib.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T22:13:03+00:00Added an answer on May 15, 2026 at 10:13 pm

    Logging libraries

    You could use logging libraries instead of re-inventing the wheel. Log4j for instance will provide methods for different messages like info(), warn() and error().

    Homemade methods

    or simply make a println method of your own and call it:

    void println(Object line) {
        System.out.println(line);
    }
    
    println("Hello World");
    

    IDE keyboard shortcuts

    IntelliJ IDEA and NetBeans:

    you type sout then press TAB, and it types System.out.println() for you, with the cursor in the right place.

    Eclipse:

    Type syso then press CTRL + SPACE.

    Other

    Find a "snippets" plugin for your favorite text editor/IDE

    Explore JVM languages

    Scala

    println("Hello, World!")
    

    Groovy

    println "Hello, World!" 
    

    Jython

    print "Hello, World!" 
    

    JRuby

    puts "Hello, World!" 
    

    Clojure

    (println "Hello, World!")
    

    Rhino

    print('Hello, World!'); 
    

    Kotlin

    println("Hello, World!")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can you please advice on how to execute a stored procedure using the CodeIgniter
Watching a WWDC 2011, I saw advice (but not an explanation) that one should
Can you please help me with this problem that I am facing last days.
Can anyone please advise where i'm going wrong with the following? I want the
Can anyone please advise me if there will be any problems changing the wordpress
Please advice a book on spatial data structures. I'm interested in Quadtrees and Octrees
I'm having a problem using deploy:deploy-file with snapshots I'd like some advice on please.
Please, help me. I need an advice in problem with progress bar in IE.
can anyone recommend tools/plugins that are capable of normalizing the coding style of a
Please tell me how can i bind a hashtable to a WPF Combobox. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.