Java Hyd Team
746 subscribers
986 photos
39 videos
670 files
690 links
https://teamhydteam.my.canva.site/

Can visit us on our website 😊
Still working on it 😊
Download Telegram
Example of abstract class and interface in Java
Let's see a simple example where we are using interface and abstract class both.

//Creating interface that has 4 methods
interface A{
void a();//bydefault, public and abstract
void b();
void c();
void d();
}

//Creating abstract class that provides the implementation of one method of A interface
abstract class B implements A{
public void c(){System.out.println("I am C");}
}

//Creating subclass of abstract class, now we need to provide the implementation of rest of the methods
class M extends B{
public void a(){System.out.println("I am a");}
public void b(){System.out.println("I am b");}
public void d(){System.out.println("I am d");}
}

//Creating a test class that calls the methods of A interface
class Test5{
public static void main(String args[]){
A a=new M();
a.a();
a.b();
a.c();
a.d();
}}
Java Hyd Team pinned Β«How to achieve 100% abstraction??Β»
Java Hyd Team
How to achieve 100% abstraction??
Must answer guy's 😊 don't miss it
Whatever i do share here in channel is for hardcore interview questions
Java Hyd Team
How to achieve 100% abstraction??
If I do not get a response surely this is the last time you will get updates about jobs , interview questions, or even in class concept clearing
Whoever you are i don't give a damn i will never respond so do respond on that poll
The game is rigged, but that doesn't mean you shouldn't play.

Learn the rules, network like hell, and make moves.
Java Hyd Team
The game is rigged, but that doesn't mean you shouldn't play. Learn the rules, network like hell, and make moves.
This is for those who think only few members are getting the opportunity to get a job we are not privileged for the job or interview we do learn n implement things for the job if you can beat 8rounds of interview you can also join let me know i will personally send your resume with a good remark of yours on HR mind
Java Hyd Team
How to achieve 100% abstraction??
14 people saw this poll out of 14 only 3 voted and rest 11 things we are privileged to get a job think wisely before uttering a single word we are ready to push you to next level but you guys have to come ahead then only we can offer you the best
Who the hell will provide you videos for each concept, hand written notes with diagram and everything possible that we can do


You might think that we have a good connection with people but definitely we made that happen they know what we deliver what we are pushing if someone is having issues with me let me know please don't tell to someone your image will only be down for me n literally i don't care because that creates some red mark on your profile only don't be nibba nibbi here those day's gone be professional
We are not here to entertain we are here to push you all to the next level of organisation with a good package with a attitude to reject something that you don't want if you want us to push you please be active else message me in person I will remove everyone because I have a team to care for n that'also is good if i can push 10 members of my team i can push rest 112 members also take it as an opportunity not as something school ki baatein
What we want you all to be you will remember for almost 5 years from now 😊
You can ask any of my teammates who followed me they have a great change in concepts and coding skills if they will give level easy questions also 95% of members can't do those questions
No More updates here 😊 have a great time ahead you are all super good
join this i will update every program here asap by sunday
This media is not supported in your browser
VIEW IN TELEGRAM
β–²illustration of data processing from raw to end userβ–²

β—Ύits step by step process how data flows from data source.

β€’ data source: data source is simply the source of the data.

β€’data loaders: data loader is a application for the bulk import or export of data.

β€’data lake: a data lake is a centralized repository designed to store, process, and secure large amounts of structured, semi structured, and unstructured data.

β€’ data visualization: data visualization is a way to represent information graphically, highlighting patterns and trends in data.

β€’ ml development: machine learning deals with the issue of how to build computer programs that improve their performance at some tasks through experience.
graphic credit: semantix (data platform)
β—Ύthis infographics delivers highly valuable information to understand the flow of data.
tags-
#data #engineering #analytics #science #intelligence #visualization #machinelearning #bigdata #dataengineering #computing #datascience #dataanalytics #datamining #ai #ml #learning
Can join if any not yet joined channel
Top LeetCode questions asked in 𝐀𝐩𝐩π₯𝐞 𝐈𝐧𝐭𝐞𝐫𝐯𝐒𝐞𝐰𝐬 for SDE role ❀️

πŸ‘‰ Two Sum (32 times): https://lnkd.in/dz-nQabK

πŸ‘‰ Move Zeroes : https://lnkd.in/dWrM3guU

πŸ‘‰ Roman to Integer : https://lnkd.in/d3wrkWAb

πŸ‘‰ Reverse Integer : https://lnkd.in/dakwsvz9

πŸ‘‰ Contains Duplicate : https://lnkd.in/dSGzKSpr

πŸ‘‰ Longest Common Prefix: https://lnkd.in/dinx-Rxz

πŸ‘‰ Container With Most Water : https://lnkd.in/d866PPSK

πŸ‘‰ First Missing Positive : https://lnkd.in/dniF7c7g

πŸ‘‰ Search Insert Position : https://lnkd.in/dZwwnapr


πŸ‘‰ Search in Rotated Sorted Array : https://lnkd.in/dAnewRjw

πŸ‘‰ Trapping Rain Water : https://lnkd.in/dseQCGsV

πŸ‘‰ Product of Array Except Self : https://lnkd.in/d4UZTW7G


πŸ‘‰ Number of Islands (13 times): https://lnkd.in/dEcneG2G

πŸ‘‰ Reverse Linked List (11 times): https://lnkd.in/dVmKdqvP

πŸ‘‰ Group Anagrams (11 times): https://lnkd.in/d9wXHgK9

πŸ‘‰ Valid Parentheses (10 times): https://lnkd.in/d2qy5P9D

πŸ‘‰ Merge Intervals (9 times): https://lnkd.in/dvQYHsQf

πŸ‘‰ Word Break (9 times): https://lnkd.in/dTyrvmrd

πŸ‘‰ Median of Two Sorted Arrays (9 times): https://lnkd.in/dtF7QHsY

πŸ‘‰ Product of Array Except Self (8 times): https://lnkd.in/ddtJrVQX

πŸ‘‰ Maximum Subarray (8 times): https://lnkd.in/d8t24BMj

πŸ‘‰ Longest Common Prefix (7 times): https://lnkd.in/gG6J3N6v

πŸ‘‰ Longest Substring Without Repeating Characters (7 times): https://lnkd.in/dAr9a5Ny

πŸ‘‰ Word Search II (7 times): https://lnkd.in/dAV9Xg24


πŸ‘‰ 3Sum (7 times): https://lnkd.in/d_vhP7X8

πŸ‘‰ Permutations (7 times): https://lnkd.in/gHzEEqw3

πŸ‘‰ Longest Palindromic Substring (6 times): https://lnkd.in/dFpK7Vbu

πŸ“ŒClick this link and let the magic begin
https://www.linkedin.com/mwlite/in/aman-raj-6168b616a