Which of the following is used to catch exceptions in Python?
Anonymous Quiz
56%
try...except
36%
catch...throw
8%
handle...error
๐2
What will the following expression return? 'Python' == 'python'
Anonymous Quiz
30%
True
58%
False
12%
Error
๐1๐1
Which method can you use to remove whitespace from both ends of a string?
Anonymous Quiz
49%
trim()
40%
strip()
11%
cut()
๐2
๐2
Which of the following is used to define a lambda function?
Anonymous Quiz
69%
lambda
23%
def
8%
func
1๐4โค2๐2๐ฅ1
โ ๏ธ Major Telegram Changes โ ๏ธ
โ Better and more resources.
โ Direct job offers from employers.
โ Tips and reasons for my quizzes.
โ Better details about resources.
โ Sticking to the weekly schedule.
React โค๏ธ if you like this
โ Better and more resources.
โ Direct job offers from employers.
โ Tips and reasons for my quizzes.
โ Better details about resources.
โ Sticking to the weekly schedule.
React โค๏ธ if you like this
โค12๐ฅ5๐2๐1
Top Programming Languages 2025๐จ๐ปโ๐ป
1. ๐ Python
2. โ Java
3. ๐ JavaScript
4. ๐ C/C++
5. ๐ฎ C#
6. ๐ฆ Rust
7. โก Go
8. ๐๏ธ Swift
9. ๐ฏ Dart
10. ๐ฅ๏ธ Kotlin
#techinfo
1. ๐ Python
2. โ Java
3. ๐ JavaScript
4. ๐ C/C++
5. ๐ฎ C#
6. ๐ฆ Rust
7. โก Go
8. ๐๏ธ Swift
9. ๐ฏ Dart
10. ๐ฅ๏ธ Kotlin
#techinfo
๐6โค5๐ฅ2โก1๐1๐1
What quiz do you want to see today?๐ค
Anonymous Poll
10%
General IT
32%
Java
23%
Python
9%
JavaScript
7%
SQL
10%
HTML + CSS
7%
AI + Machine Learning
3%
Other (Comment)
๐4โค2๐ฅ2
Which of the following access modifiers allows a member to be accessed only within its own class?
Anonymous Quiz
18%
public
66%
private
16%
protected
๐2๐ฅ2
Which of the following statements is true about Java arrays?
Anonymous Quiz
45%
Arrays in Java are of fixed size.
34%
Arrays in Java can grow dynamically in size.
21%
Arrays in Java can only store primitive types.
๐3โค2๐ฅ1
Which of the following is an example of an immutable class in Java?
Anonymous Quiz
55%
String
24%
ArrayList
21%
HashMap
โค3๐2๐ฅ1
Which of the following statements is true about Java classes?
Anonymous Quiz
47%
A class can implement multiple interfaces.
13%
A class cannot be abstract.
41%
A class can inherit from multiple classes.
๐5โค2๐ฅ1
Which of the following is true about Javaโs garbage collection process?
Anonymous Quiz
38%
Javaโs garbage collector can be manually triggered using System.gc().
24%
Javaโs garbage collector runs only when the program terminates.
38%
Javaโs garbage collector removes objects only from memory when explicitly requested.
โค3๐2๐ฅ1
What is the purpose of the super keyword in Java?
Anonymous Quiz
20%
It is used to declare static methods.
15%
It is used to create new instances of a class.
65%
It is used to refer to the parent class constructor.
โค4๐ฅ2๐1
What is the main purpose of the static keyword in Java?
Anonymous Quiz
21%
It makes the method private to the class.
58%
It allows a variable or method to belong to the class, not an instance.
21%
It is used to prevent changing a method or field.
๐4โค3๐ฅ2โก1๐1
Python Basics to Advanced Notes.pdf
8.7 MB
FREE HANDWRITTEN Python Basics to Advanced Notes๐๐จ๐ปโ๐ป
React โค๏ธ for more like this
#resources
React โค๏ธ for more like this
#resources
โค12๐ฅ6๐1๐1