es
Feedback
TechShiksha by Badkul Technology

TechShiksha by Badkul Technology

Ir al canal en Telegram

https://www.youtube.com/@TechShikshaBT Learn Java programming for free Free hand written notes Free ebooks Free assignment support Paid assignment support

Mostrar más
4 990
Suscriptores
-424 horas
-187 días
-6430 días
Archivo de publicaciones
If a thread is defined in a public class in Java, "public class Java implements Runnable", how can we call this thread within another class?
Anonymous voting

Which one of the following can be inherited in Java?
Anonymous voting

What is the output of the code above?
Anonymous voting

Which SOLID principle suggests that a class should be open for extension but closed for modification?
Anonymous voting

Any experienced React developers here ? reply to this post

What is the main advantage of using OOP in software development?
Anonymous voting

Which access modifier provides the widest(maximum) accessibility in Java?
Anonymous voting

Which OOP concept helps in achieving data hiding and abstraction?
Anonymous voting

Inheritance allows a class to:
Anonymous voting

What is the main purpose of encapsulation in Java? #oops
Anonymous voting

What is the purpose of the "interface" in Java?
Anonymous voting

Newly Joined Members subscribe to our channel to learn programming and crack written exams. Like this post if you have already subscribed to our channel Click on below link to subscribe https://bit.ly/3NLjOpW Discuss doubts in @javaforfree

What is the purpose of exception handling in Java?
Anonymous voting

In Java, which of the following blocks must be followed by either catch or finally block (or both)?
Anonymous voting

Which block is used to execute code regardless of whether an exception is thrown or not?
Anonymous voting

In Java, checked exceptions are:
Anonymous voting

What is the correct way to handle an exception in Java?
Anonymous voting