Mr_Shubham_Khalane (1khalaneshubham)

1khalaneshubham

Geek Repo

Company:student

Location:Pune,Maharashtra

Home Page:https://www.linkedin.com/in/shubham-khalane-44a68423b

Github PK Tool:Github PK Tool

Mr_Shubham_Khalane's repositories

Bit-Manipulation-Java

However, direct bit manipulation is needed to improve performance and reduce error in certain situations. Bit manipulation requires a strong knowledge of binary and binary conversion. Here's a few examples of tasks that require bit manipulation: Low-level device control.

Language:JavaStargazers:0Issues:0Issues:0

Java_Strings

What Is a Java String? In Java, a string is an object that represents a number of character values. Each letter in the string is a separate character value that makes up the Java string object. Characters in Java are represented by the char class. Users can write an array of char values that will mean the same thing as a string.

Language:JavaStargazers:0Issues:0Issues:0

Assignment_0

Assignment Zero guides students through the IT account setup process. It is called Assignment Zero because it is designed to be completed in-class before ACP coursework begins so that your students are able to register, access IU Canvas, and course materials.

Language:JavaStargazers:0Issues:0Issues:0

webbrowser

A web browser is an application for accessing websites and the Internet. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's

Language:JavaStargazers:1Issues:0Issues:0

MultiThread

What is multithreading? Multithreading is the ability of a program or an operating system to enable more than one user at a time without requiring multiple copies of the program running on the computer.

Language:JavaStargazers:1Issues:0Issues:0

File-Reader

The most common classes used for file handling are: File : Represents a file or directory and provides methods to work with them. FileInputStream and FileOutputStream : Used for reading and writing binary files. FileReader and FileWriter : Used for reading and writing text files.

Language:JavaStargazers:1Issues:0Issues:0

Simple-For-Loop-s

e can initialize the variable, check condition and increment/decrement value. It consists of four parts: Initialization: It is the initial condition which is executed once when the loop starts.

Language:JavaStargazers:0Issues:0Issues:0

Nested-Noop

A nested loop is a loop inside another loop. Although all kinds of loops can be nested, the most common nested loop involves for loops. These loops are particularly useful when displaying multidimensional data. When using these loops, the first iteration of the first loop will initialize, followed by the second loop.

Language:JavaStargazers:0Issues:0Issues:0

2D-Arrays

A two-dimensional array is a data structure that contains a collection of cells laid out in a two-dimensional grid, similar to a table with rows and columns although the values are still stored linearly in memory.

Language:JavaStargazers:0Issues:0Issues:0

Basic-Sorting-Algorithms

A sorting algorithm is a method for reorganizing a large number of items into a specific order, such as alphabetical, highest-to-lowest value or shortest-to-longest distance.

Language:JavaStargazers:0Issues:0Issues:0

Java-Arrays-2

String[] cars = {"Volvo", "BMW", "Ford", "Mazda"}; System.out.println(cars[0]); // Outputs Volvo

Language:JavaStargazers:0Issues:0Issues:0

ARRAY_PART_1

Arrays in Java In Java, all arrays are dynamically allocated. (discussed below) Arrays may be stored in contiguous memory [consecutive memory locations]. Since arrays are objects in Java, we can find their length using the object property length. This is different from C/C++, where we find length using sizeof.

Language:JavaStargazers:0Issues:0Issues:0

Simple-For-loop-1

A "For" Loop is used to repeat a specific block of code a known number of times. For example, if we want to check the grade of every student in the class, we loop from 1 to that number.

Language:JavaStargazers:0Issues:0Issues:0

Array-methods-in-javascript

The includes() method returns true if an array contains a specified value. The includes() method returns false if the value is not found. The includes() method is case sensitive.

Language:JavaScriptStargazers:0Issues:0Issues:0

Basic-if-else-Assignment-0

In the language of computers 0 means false and any other number means true. So if you write 0 as a test expression then the compiler doesn't execute the statements written in the braces. But if you mention any other number, then the statements are executed

Language:JavaStargazers:0Issues:0Issues:0

3-CONTROL-STATEMENTS-

Control Structures or Statements in Java The following are the Control structures that can be applied to any computer program. Control Statements are the essential structuring elements for the flow of program execution. They can branch, break, or advance program execution flow based on the change in program states.

Language:JavaStargazers:0Issues:0Issues:0

Set_Time_Interval_Function.

The setInterval() method in JavaScript is used to repeat a specified function at every given time-interval. It evaluates an expression or calls a function at given intervals. This method continues the calling of function until the window is closed or the clearInterval() method is called.

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:1Issues:0Issues:0
Language:HTMLStargazers:1Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0