5:05
Functional Interface Annotation(@FunctionalInterface) in java | Hindi |
FunctionalInterface #Java8 #FunctionalInterfaceAnnotation #Java #WhatIsFunctionalInterfaceInHindi #CodingTutorials ...
4:36
Functional Interface With Inheritance in Java | Hindi | Java 8|
FunctionalInterface #Java8 #FunctionalInterfaceWithInheritance #Java In this video we'll discuss more about functional interface ...
4:33
How to call lambda expression(Functional Interface) | Hindi | Java 8 features
FunctionalInterfaces #CodingRocks #Java #HowToCallLambdaExpressions #HowToCallAnonymsFunctionInJavaInHindi ...
10:23
Collection & Its Types In Java | Hindi | Java 8 Features |
In this video we'll discuss about collections and it's types in java which is a part of java 1.8 in Hindi Java 8 Feature Videos - 1.
27:01
Java 8 Streams Tutorial | Hindi | 2020
In this video we'll discuss about streams which is featured in java 8 in detail like 1) filter 2) sort 3) max 4) min 5) allMatch 6) ...
6:46
Invoke Lambda Expression in java | Hindi |
In this video we'll see how to call lambda expression by functional interface in java in Hindi #LambdaExpressions #CodingRocks ...
10:48
How to encrypt/decrypt any text in java | Hindi | using AES algorithm | using .jceks file
In this video we'll see encryption/decryption of text using symmetric key which is generated using java key tool program and in this ...
8:29
Next Greater Element In Java(Hindi) | Amazon, Flipkart,OYO, Samsung, Snapdeal
Problem: Given an array of n elements, print the Next Greater Element for every element. #CodingInterviewQuestions ...
9:17
Binary Search Algorithm In Java(Hindi)
Problem: Given a sorted array of n elements, write a function to search a given element x in array using Binary Search algorithm.
8:29
Problem : Sort The Array Using Selection Sort Algorithm. #CollegePlacement #CodingInterviewQuestions ...
10:37
Find Pairs With Given Sum In Java(Hindi)
Problem: Given an array of integers, and a number “sum”, print all pair in the array whose sum is equal to “sum”.
8:26
Find triplet that sum equal to given value In Java(Hindi) | Amazon, Facebook, Walmart, OYO, Samsung
Problem: Given an array and a number “sum” , find if there is a triplet in array whose sum is equal to the given ”sum”. If there is ...