vinay mangina

Test Your Skills with Our Comprehensive Test-1

ASSIGNMENT -1 1. What is the sum of first 20 odd natural numbers    a.100     b.200     c.300   d.400 2. Which of the given values is divisible by 15      a.2365     b.1375    c.4365   d.2275 3. what is the value of x that the seven-digit number   8439×53 is divisible by 99      a.9     b.4     c.3   d.6 4. what

Test Your Skills with Our Comprehensive Test-1 Read More »

Exploring Multithreading Concepts in Java: Boosting Performance and Efficiency

MULTI THREADING Multithreading enables programs to perform multiple tasks simultaneously, improving performance and responsiveness Tread:- A flow of control is known as thread. If a program contains multiple flows of controls for achieving concurrent execution then that program is known as multi threaded program. A program is said to be a multi threaded program If

Exploring Multithreading Concepts in Java: Boosting Performance and Efficiency Read More »

Exploring Essential Java Concepts: A Comprehensive Guide for Beginners

What is Java technology and why do I need it? Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings to power a large share of today’s digital world, by providing the reliable platform upon which many services and applications are built. New, innovative

Exploring Essential Java Concepts: A Comprehensive Guide for Beginners Read More »

Understanding transfer Statements in Java: A Comprehensive Guide

TRANSFER STATEMENTS By using transfer statements we are able to transfer the flow execution from one position to another position. In Java, there are three main types of transfer statements:  Break Continue Return Break we are able to use the break statement only two places if we are using any other place the compiler will

Understanding transfer Statements in Java: A Comprehensive Guide Read More »