Month: March 2024

Java Streams Questions

Introduction A stream is like a pipeline with start, intermediate, and terminal operations, although it is similar to a Collection, however, there are some differences Write 5 Stream Sources Convert a List of Strings(India, Canada, USA) to a List Of Characters Finding the largest Element without using Built In Function from 4,8,24,3,22 Find the sum …

Java Streams Questions Read More »

Java, Python & JavaScript

Code Syntax Function JAVA PYTHON JAVASCRIPT Data Types int number = 10;String name = “Jones”;float perc = 85.5f num = 10name = ‘Jones’percentage = 85.5 var num = 10;const name = ‘Jones’;let percentage = 85.5; Operators int sum = a + b;int div = a / b;int mul = a * b; sum = a …

Java, Python & JavaScript Read More »

error: Content is protected !!
Scroll to Top