Тёмный

#11 Logical Operators in Java 

Telusko
Подписаться 2,4 млн
Просмотров 155 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 23   
@studywithshallusalaia2987
@studywithshallusalaia2987 11 месяцев назад
00:01 Logical operators in Java allow you to combine multiple conditions 01:30 Logical operators in Java allow computers to make decisions based on multiple conditions. 02:57 Logical operators in Java 04:22 Logical Operators in Java: And, Or, Not 05:46 Logical operators in Java allow for short circuiting, saving time in the evaluation. 07:08 Implementing logical operators in Java 08:27 Logical AND (&&) operator returns true only if both conditions are true 09:55 Logical operators in Java allow for combining multiple conditions
@fifaham
@fifaham Год назад
@1:38 You may envision "AND" operator as two switches connected in series, and "OR" operator as two switches connected in parallel. If "AND" is used then both the switches must be ON to produce an active output. If "OR" operator is used then one, or more, of the switches need to be ON to produce an active output. That was from the basic electric circuit perspective. The inverting logic "NOT" is like using an inverting BJT transistor: common Emitter, with input at the Base and output at the Collector (for electrical engineers).
@kurdotv769
@kurdotv769 Год назад
i love this! should help people to visualise it even better if it wasnt clear yet!
@pankajmishra8170
@pankajmishra8170 Год назад
Learned same thing in phython..thanks bro
@swamypalthaya9208
@swamypalthaya9208 Месяц назад
best lecture i found from here
@Krishna-z1g5r
@Krishna-z1g5r 7 месяцев назад
Your explained it was very good sir thank you sir
@ankitsrivastav273
@ankitsrivastav273 6 месяцев назад
I had study AND OR NOT gate operation in class 12 phy chapter - semiconductor and logic gates😊
@She_needs_boutique
@She_needs_boutique 9 месяцев назад
sir in the previous videos you mentioned only class demo..... but here you have mentioned public class demo what is the difference between class and public class sir
@mansikalyankar9834
@mansikalyankar9834 9 месяцев назад
You explained it really very well🥹😄
@simonason9342
@simonason9342 Год назад
What is the diffrence between "public class" and just "class"?
@un_know_n_1
@un_know_n_1 11 месяцев назад
if we do not specify any modifier then JVM considers it as default access modifier so public class is public with access modifier public class means default with default modifier;
@mannepallibalaji8786
@mannepallibalaji8786 8 месяцев назад
class mean it is a default class Which cannot be accessed in other classes Whereas public class can be accessed in any class of the package....
@Xtreme_Gamer01
@Xtreme_Gamer01 4 месяца назад
​@@un_know_n_1 thnx❤❤
@MaryJohn-n7l
@MaryJohn-n7l 3 месяца назад
In java,we are having modifiers topic separately.we are having 2 modifiers one is access modifiers.other one is non-access modifiers.In access modifiers,we are having public,default,protected,private.Access modifier means controls the access level.for classes we can use public or default.the public keyword is an access modifier meaning that is used to set the access level for classes,methods,attribute and constructor.public class is accessible by any other classes.for default,this is used when you dont specify a modifier.the class is only accessible by classess in the same package.
@MIHIR_RAJPUT-1810
@MIHIR_RAJPUT-1810 Месяц назад
Hey brother simply if your file name and your class name are same (like p1.java). Then you have to start your code with public class ❤
@rutulkarbhari4963
@rutulkarbhari4963 Год назад
even if my condition is true and my code is written right, my output is always giving me false. Why? i tried most of the conditions but the output is always FALSE.
@priyanshsrivastava3443
@priyanshsrivastava3443 2 месяца назад
save kiya tha bhai?
@Mahesh-cw4ix
@Mahesh-cw4ix Год назад
there is mistake in that and false false make false not true
@praveenreddyperam8482
@praveenreddyperam8482 Год назад
it is correct only no in given descruption
@DHHcovers
@DHHcovers Год назад
9.59 me and Phil condition false for bhi true aya
@jayasurya7927
@jayasurya7927 21 день назад
class Hello { public static void main(String[] args) { float a = 5.6f; float b = 5.5f; int x = 10; int y = 11; boolean c = true; System.out.println(!(ay); //System.out.println(x
@HimaJohn
@HimaJohn Месяц назад
1:36 what
@Actiontitanium
@Actiontitanium Год назад
genuine gajini
Далее
#12 If else in Java
12:59
Просмотров 165 тыс.
Logical operators in Python are easy 🔣
5:04
Просмотров 98 тыс.
Физика пасты Карбонара 🧪🔬
00:57
ДУБАЙСКАЯ ШОКОЛАДКА 🍫
00:55
Просмотров 1,2 млн
ITZY 예지한테 AI 메이크업하기💖 #shorts
00:23
The Complete Backend Developer Roadmap [2024]
8:24
Просмотров 249 тыс.
Logical Operators in Java
6:19
Просмотров 66 тыс.
#8 Type Conversion in Java
12:33
Просмотров 304 тыс.
#40 Encapsulation in Java
11:42
Просмотров 190 тыс.
Logical Operators In Java #20
9:00
Просмотров 67 тыс.
#23 JDK JRE JVM in Java
5:22
Просмотров 272 тыс.