Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Citing Oracle documentations of Java

+0
−0

How can I properly cite an Oracle's documentation of the usage of certain APIs?

For instance HashMap - Oracle Documentation

I need to cite/reference this in my research paper, what is the best way to do it, since there isn't any author.

I need it to be in Harvard style.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/31786. It is licensed under CC BY-SA 3.0.

0 comment threads

1 answer

+0
−0

The general format for a reference citation in Harvard style is:

Last name, First Initial. (Year published). Title. City: Publisher, Page(s).

For a web site, this guide gives the following format:

Last name, First initial (Year published). Page title. [online] Website name. Available at: URL [Accessed Day Mo. Year].

If there is no author, you substitute the name of the site:

Website name, (Year published). Page title. [online] Available at: URL [Accessed Day Mo. Year].

(This is different from other styles where you would use something like "____" in place of an author or just omit it.)

For your example, then, the citation would be:

Java™ Platform, Standard Edition 7 API Specification, (2017). Interface Map<K,V>. [online] Available at: https://docs.oracle.com/javase/7/docs/api/java/util/Map.html [Accessed Dec 3, 2017].

I didn't find a clearly-authoritative source for Harvard Style; the site I used seems to be pretty popular.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »