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 827201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:32:10+00:00 2026-05-15T03:32:10+00:00

I am working on Java. I am calling a GET url on my own

  • 0

I am working on Java. I am calling a GET url on my own machine using Java. Here is the url string with the arguments.

listen.executeUrl("http://localhost/post_message.php?query_string="+str); 

I am taking str as user input.

 BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
 System.out.print("Enter query: ");
 str = br.readLine();

How do I encode str into GET argument. For eg.

str -> test query

url -> http://localhost/post_message.php?query_string=test%20query
  • 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-15T03:32:10+00:00Added an answer on May 15, 2026 at 3:32 am
    String query = URLEncoder.encode(str, "UTF-8").replaceAll("\\+", "%20");
    

    Note that URLEncoder replaces spaces with +, not %20. Here is a detailed discussion of the differences.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working a java application using H2 Database in embedded mode. My Application
I am working on gps based application. I am using LocationProvider and calling setlocationListener
i am working on some java application in which i am using jni. Well
I'm working on a web application written in Java using the Tapestry 5.1.0.5 framework.
I am working on a Java project after a period using C++ and C#,
I am very new with Java. I am using following code for the calling
I am working Java EE application. Requirements are very less as of now, only
While working with Java, I find it hard to position my main window in
When working with Java from Scala, we have to account for null. HttpServletRequest getters
I am working (in Java) on a recursive image processing algorithm that recursively traverses

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.