Code Monkey home page Code Monkey logo

hackerrank_withjava's Introduction

hackerRank_withJava

This repo is about Java tutorials on HackerRank, and I will add important points of what I've learned.

IMPORTANT POINTS

#JAVA DATATYPES

  • byte => A byte is an 8-bit signed integer. It has a mininmum value of -128 and a maximum value of 127 (inclusive).
  • short => A short is an 16-bit signed integer. It has a minimum value of -32768 and a maximum value of 32767 (inclusive).
  • int => An int is an 32-bit signed integer. It has a minimum value of (-2)^31 and a maximum value of (2^31)-1.
  • long => A long is an 64-bit signed integer. It has a minimum value of (-2)^63 and a maximum value of (2^63)-1.

These four data types hold the integer values and the order of their size is as follows. byte < short < int < long


#JAVA END-OF-LIFE has.Next() method => In Java, the hasNext() method is used to check if there is a next input item unless the end of a data stream or file is reached. Input processing classes, such as the Scanner class, can read data in different ways. The hasNext() method checks if there is more data to read in the input stream and returns true if there is data to read. This method allows you to read all data from the input stream using it in a loop. For example, to read all lines in a file, the hasNext() method can be used in a loop until the end of the file is reached.

hackerrank_withjava's People

Contributors

gokhanguneyy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.