π2π₯2
Which operator is used to check if two values are equal in Python?
Anonymous Quiz
85%
==
11%
=
4%
>=
π3β€1
Which of the following is a valid way to create a set in Python?
Anonymous Quiz
57%
{1, 2, 3}
28%
[1, 2, 3]
15%
(1, 2, 3)
π2β€1
Which of the following is NOT a valid way to declare a variable in Python?
Anonymous Quiz
10%
var_1
56%
1_var
33%
_var
β‘2π₯2π2π1
Which of the following functions can be used to read a string from the user in Python?
Anonymous Quiz
29%
read_input()
53%
input()
19%
readlines()
β€βπ₯3π2β€1
Best YouTube Channels...
π Cybersecurity - John Hammond
π Networking - David Bombal
π Python - Code With Harry
βοΈ React - Codevolution
π¨ UI/UX - GFXMentor
π JavaScript - Traversy Media
β Java - kunal kushwaha
π DevOps - Techworld with Nana
π Blockchain - Telusko
π€ AI/ML - Krish Naik
π» Web Development - Traversy Media
βοΈ AWS - Code With Harry
#techinfo
π Cybersecurity - John Hammond
π Networking - David Bombal
π Python - Code With Harry
βοΈ React - Codevolution
π¨ UI/UX - GFXMentor
π JavaScript - Traversy Media
β Java - kunal kushwaha
π DevOps - Techworld with Nana
π Blockchain - Telusko
π€ AI/ML - Krish Naik
π» Web Development - Traversy Media
βοΈ AWS - Code With Harry
#techinfo
π₯2π€―1π1
DotNETFrameworkNotesForProfessionals-1.pdf
1.5 MB
Free .NET Framework Notesπ±π₯ #resources
β€1π₯°1
Are you interested in FREE project source code?π€
Anonymous Poll
93%
Yess!!!π€©
5%
Maybeπ€
2%
No thanksπ
β€1π1π1
Websites to Learn Programming for FREEππ
β v2.scrimba.com
β Theodinproject.com
β YouTube
β MDN
β W3Schools.com
β Stackoverflow
β Codecademy.com
β Studytonight
β Geeksforgeeks.org
β Sololearn
β Javascript.com
β Programiz.com
#techinfo
β v2.scrimba.com
β Theodinproject.com
β YouTube
β MDN
β W3Schools.com
β Stackoverflow
β Codecademy.com
β Studytonight
β Geeksforgeeks.org
β Sololearn
β Javascript.com
β Programiz.com
#techinfo
π5π₯1
Java Programming QuizβοΈπ¨π»βπ»
#quiz
#quiz
π3π₯1
π±4π₯1
Which of the following is not a primitive data type in Java?
Anonymous Quiz
14%
int
34%
boolean
52%
String
β‘2π1
What is the purpose of the final keyword in Java?
Anonymous Quiz
20%
To create abstract methods
18%
To create static methods
61%
To create constants or prevent inheritance
β€4
Which exception is thrown when an array is accessed with an illegal index?
Anonymous Quiz
19%
NullPointerException
70%
ArrayIndexOutOfBoundsException
11%
ClassNotFoundException
π3
Which of the following is a marker interface?
Anonymous Quiz
14%
Cloneable
35%
Serializable
51%
Both of the above
β€4π₯1