Flutter-Interview-Questions-and-Answers.pdf
35.7 MB
Free Flutter Questionsπ€―π #resources
β€1π1
top-50-csscascading-style-sheet-interview-questions.pdf
75.7 KB
Free CSS Questions + Answersπ¨π»βπ»π #resources
π1π₯1
12 Icon libraries for your next project.
π mageicons.com
β¨ thesymbols.com
π tablericons.com
π nucleoapp.com
π hugeicons.com
π¨ theicons.com
π± iconic.app
π₯ fontawesome.com
π circumicons.com
β‘ heroicons.com
πΆ remixicon.com
π¦ boxicons.com
#techinfo
π mageicons.com
β¨ thesymbols.com
π tablericons.com
π nucleoapp.com
π hugeicons.com
π¨ theicons.com
π± iconic.app
π₯ fontawesome.com
π circumicons.com
β‘ heroicons.com
πΆ remixicon.com
π¦ boxicons.com
#techinfo
π2β€1π₯1
Age of Programming Languagesπ¨π»βπ»
π¦ Swift (10 years old) (2014)
π Kotlin (12 years old) (2011)
π¦ Rust (13 years old) (2010)
πΉ Go (14 years old) (2009)
π· TypeScript (11 years old) (2012)
πΈ C# (23 years old) (2000)
π Ruby (28 years old) (1995)
β Java (28 years old) (1995)
π JavaScript (28 years old) (1995)
π PHP (29 years old) (1994)
π Python (33 years old) (1991)
πͺ Perl (36 years old) (1987)
π C++ (38 years old) (1985)
π± Objective-C (39 years old) (1984)
π Prolog (51 years old) (1972)
π£οΈ Smalltalk (51 years old) (1972)
π₯οΈ C (51 years old) (1972)
π Pascal (53 years old) (1970)
π BASIC (59 years old) (1964)
πΌ COBOL (64 years old) (1959)
π€ Lisp (65 years old) (1958)
π Fortran (66 years old) (1957)
#techinfo
π¦ Swift (10 years old) (2014)
π Kotlin (12 years old) (2011)
π¦ Rust (13 years old) (2010)
πΉ Go (14 years old) (2009)
π· TypeScript (11 years old) (2012)
πΈ C# (23 years old) (2000)
π Ruby (28 years old) (1995)
β Java (28 years old) (1995)
π JavaScript (28 years old) (1995)
π PHP (29 years old) (1994)
π Python (33 years old) (1991)
πͺ Perl (36 years old) (1987)
π C++ (38 years old) (1985)
π± Objective-C (39 years old) (1984)
π Prolog (51 years old) (1972)
π£οΈ Smalltalk (51 years old) (1972)
π₯οΈ C (51 years old) (1972)
π Pascal (53 years old) (1970)
π BASIC (59 years old) (1964)
πΌ COBOL (64 years old) (1959)
π€ Lisp (65 years old) (1958)
π Fortran (66 years old) (1957)
#techinfo
π14π₯5π2
β€2π2
In JavaScript, which keyword is used to declare a variable?
Anonymous Quiz
48%
var
14%
let
38%
Both of the above
π4β‘1
Which of the following is NOT a valid JavaScript data type?
Anonymous Quiz
23%
Boolean
58%
Character
19%
String
π2π2π₯1
What does the CSS property "float" do?
Anonymous Quiz
27%
Aligns elements side by side
25%
Changes the opacity of an element
48%
Changes the position of an element relative to the window
β€2πΎ2π1
Which of the following is used to send a form's data to a web server?
Anonymous Quiz
33%
<form method="send">
52%
<form method="post">
15%
<form method="transfer">
β‘2π₯2π1
List of Project Ideasπ‘π -
π Portfolio Website
π Personal Blog
π E-commerce Store
π Social Media Dashboard
β To-Do List App
βοΈ Weather App
π² Recipe Finder
β Online Quiz
π¬ Chat Application
π Event Planner
π Travel Blog
ποΈ Fitness Tracker
πΈ Photo Gallery
πΌ Job Board
π΅ Music Player
π° Finance Tracker
π Language Learning App
π§ Meditation App
π£οΈ Forum
π΄ Recipe Sharing Site
π Web Crawler
π URL Shortener
π Password Generator
π€ Files Rename Tool
π€ Web Automator
π Document Organizer
These ideas can help you build a diverse portfolio and develop a wide range of development skills.
#techinfo
π Portfolio Website
π Personal Blog
π E-commerce Store
π Social Media Dashboard
β To-Do List App
βοΈ Weather App
π² Recipe Finder
β Online Quiz
π¬ Chat Application
π Event Planner
π Travel Blog
ποΈ Fitness Tracker
πΈ Photo Gallery
πΌ Job Board
π΅ Music Player
π° Finance Tracker
π Language Learning App
π§ Meditation App
π£οΈ Forum
π΄ Recipe Sharing Site
π Web Crawler
π URL Shortener
π Password Generator
π€ Files Rename Tool
π€ Web Automator
π Document Organizer
These ideas can help you build a diverse portfolio and develop a wide range of development skills.
#techinfo
β€8π2π₯2π₯°1
What type of quizzes do you want to see?π¨π»βπ»π
Anonymous Poll
40%
JavaScript + CSS
48%
Java
39%
Python
17%
General IT
11%
Other
π8β‘2π₯2β€1
Java Development Quizππ¨π»βπ»
#quiz
#quiz
β€3β‘1π₯1
What is the primary purpose of the JVM (Java Virtual Machine)?
Anonymous Quiz
39%
Compile Java code to bytecode
42%
Execute Java bytecode on any machine
19%
Provide an IDE for Java development
π2π₯1π1π1
Which of the following is a characteristic of Java?
Anonymous Quiz
32%
Java is platform-dependent.
25%
Java is a purely functional programming language.
43%
Java uses automatic memory management with garbage collection.
π4π₯1
What is the default value of an uninitialized int variable in Java?
Anonymous Quiz
49%
null
45%
0
5%
-1
π2π₯1
What is the purpose of the try-catch block in Java?
Anonymous Quiz
33%
To handle errors during compile time
10%
To execute code conditionally
57%
To handle exceptions during runtime
β€2π2β‘1π₯1
Which of the following is a correct way to declare a constant in Java?
Anonymous Quiz
33%
final int MAX_VALUE = 100;
44%
const int MAX_VALUE = 100;
23%
static int MAX_VALUE = 100;
π2π₯1π€―1π1