Java Interview Questions | Macbook Contest
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Can the Fastest Intel MacBook Pro Beat the Neo?
SAMTIME
73.1k views
Java 25 is here
Telusko
61.2k views
Jamie Lee Curtis: The 60 Minutes Interview
60 Minutes
374.5k views
The Best Interview Question For Devs
ThePrimeTime
88.7k views
Kamala FUMBLES Basic Questions In New Interview
Breaking Points
192.5k views
Complete Java, Spring, and Microservices course
Telusko
2.8m views
Solving Easy SQL Interview Questions on Analyst Builder
Alex The Analyst
72.0k views
Tree Implementation in Java | DSA
Telusko
108.7k views
Java Database Connectivity | JDBC
Telusko
617.2k views
Jimmy Dore ADDRESSES Questions About Cornel West Interview
The Jimmy Dore Show
157.1k views
Top Comments (10)
Try with resources are used only with resources like db connections and file handling.
What we can use instead of finalize
Sir ...Maine spring security ke Kai sare vidio dekhe but muze samj me nhi aaya ki...how spring security work and how code flow means front end (React js) to backend .. Plz make video on spring security for beginners... And thank you for making such a interactive, interesting video for us... Love your teaching style and voice...love from Beed Maharashtra.
for freshers how you do interview means what you except from them
Great stream
Jvm is built in c++
You are correct; you can instantiate an interface by creating an anonymous class that implements the interface. Here's an example: ```java public interface MyInterface { void myMethod(); } public class Main { public static void main(String[] args) { MyInterface instance = new MyInterface() { @Override public void myMethod() { System.out.println("Anonymous class implementing MyInterface"); } }; instance.myMethod(); } } ``` In the code above, we create an anonymous class that implements the `MyInterface` interface and provides a concrete implementation of the `myMethod` method. We then create an instance of this anonymous class and call the `myMethod` method on it. So, while you cannot directly instantiate an interface, you can achieve it indirectly by creating an anonymous class that implements the interface and instantiating that class.
What do tou think overriding is a polymorphism or not ?
Sir Is there any pdf for java interview questions?
🤯 Method is NOT a polymorphism convinsed, ... Sir please take care ...
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
Try with resources are used only with resources like db connections and file handling.
What we can use instead of finalize
Sir ...Maine spring security ke Kai sare vidio dekhe but muze samj me nhi aaya ki...how spring security work and how code flow means front end (React js) to backend .. Plz make video on spring security for beginners... And thank you for making such a interactive, interesting video for us... Love your teaching style and voice...love from Beed Maharashtra.
for freshers how you do interview means what you except from them
Great stream
Jvm is built in c++
You are correct; you can instantiate an interface by creating an anonymous class that implements the interface. Here's an example: ```java public interface MyInterface { void myMethod(); } public class Main { public static void main(String[] args) { MyInterface instance = new MyInterface() { @Override public void myMethod() { System.out.println("Anonymous class implementing MyInterface"); } }; instance.myMethod(); } } ``` In the code above, we create an anonymous class that implements the `MyInterface` interface and provides a concrete implementation of the `myMethod` method. We then create an instance of this anonymous class and call the `myMethod` method on it. So, while you cannot directly instantiate an interface, you can achieve it indirectly by creating an anonymous class that implements the interface and instantiating that class.
What do tou think overriding is a polymorphism or not ?
Sir Is there any pdf for java interview questions?
🤯 Method is NOT a polymorphism convinsed, ... Sir please take care ...