https://github.com/kinshuk-code-1729/hackerrank-java
This repository contains the solutions to all the HackerRank Java problems which I've solved while practicing Java.
https://github.com/kinshuk-code-1729/hackerrank-java
java java-programs javaprogramming
Last synced: 2 months ago
JSON representation
This repository contains the solutions to all the HackerRank Java problems which I've solved while practicing Java.
- Host: GitHub
- URL: https://github.com/kinshuk-code-1729/hackerrank-java
- Owner: kinshuk-code-1729
- License: apache-2.0
- Created: 2022-10-26T12:27:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T17:43:40.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:51:31.526Z (4 months ago)
- Topics: java, java-programs, javaprogramming
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackerRank-Java
- Java is a **programming language** and a **platform**.
- Java is a high level, robust, object-oriented and secure programming language.
- Java was developed by *Sun Microsystems* (which is now the subsidiary of Oracle) in the year 1995.
- *James Gosling* is known as the father of Java. Before Java, its name was *Oak*. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java.## Applications of Java :
According to Sun, 3 billion devices run Java.*There are many devices where Java is currently used. Some of them are as follows :*
1. Desktop Applications such as acrobat reader, media player, antivirus, etc.
2. Web Applications such as irctc.co.in, javatpoint.com, etc.
3. Enterprise Applications such as banking applications.
4. Mobile
5. Embedded System
6. Smart Card
7. Robotics
8. Games, etc.
# ✨ About HackerRank 📈 :
- **HackerRank, a coding-based technical skills and assessment platform, is one of the many tools used by Goldman Sachs to assess candidates for roles within Engineering.**
- **HackerRank is very good for beginners so even if you want to print your first program “Hello World!” then definitely HackerRank gives this opportunity to you.**
- **It has a pretty good UI with boilerplate code pre-written that helps beginners to start competitive coding.**