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

  • Home
  • SEARCH
  • 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 6868761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:28:26+00:00 2026-05-27T03:28:26+00:00

I need to connect to the middleware server using java URL and URLConnection classes

  • 0

I need to connect to the middleware server using
java URL and URLConnection classes .

When googled on to net , i found out some examples
Where the url is ending with /
(http://www.oracle.com/)

URL oracle = new URL("http://www.oracle.com/");

And in some examples the url is without /

URL ur = new URL("http://www.mydomain.com/myfile.gif");

Could anybody please tell me , is that makes any difference , if so
then how ca we choose a URL value ??

  • 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-27T03:28:27+00:00Added an answer on May 27, 2026 at 3:28 am

    Not necessary.

    If the URL contain no path section (only has the domain name and its scheme), it may or may not contain trailing slash, i.e. http://www.oracle.com/ or http://www.oracle.com. Both should be accessible. However, a normailzed URL of this must have traling slash.

    URL normalization is a convention that allows a URL to be written in a consistent manner. In the URL normalization, the trailing slash indicate that the URL is a directory not a file. For example:

     "http://www.oracle.com/" <- root path
     "http://www.oracle.com/pages/" <- "pages" is a directory
     "http://www.oracle.com/pages" <- "pages" is a file
     "http://www.oracle.com/myfile.gif" <- "myfile.gif" is a file
     "http://www.oracle.com/myfile.gif/" <- "myfile.gif" is a directory
    

    However, this convention is only applied to a normalized URL and whether one should have a trailing slash or not depends entirely on the service implmentations.

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

Sidebar

Related Questions

I need to connect to a Microsoft SQL server using Java. I downloaded the
I need to connect to a server via TCPIP. I found out how to
So our web server apps need to connect to the database, and some other
I need to connect to an Exchange-Server and to read some values, that a
I need to connect to an open Excel 2003 file using .NET 3.5 It
I need to connect to an Oracle database server with system identifier PROD, using
I need to connect facebook with rails. I have googled for the examples and
I need to connect to some external databases from Magento. I found one tutorial
I need to connect to an asmx webservice using javascript. the webservice accepts and
I need to connect to Oracle9,10 and 11 in my java application.The client will

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.