✍️✍️.......🍃🍃🍃......✍️✍️
The HTTP 204 No Content success status response code indicates that a request has succeeded, but that the client doesn't need to navigate away from its current page. This might be used, for example, when implementing "save and continue editing" functionality for a wiki site.
Join us :-@Compu
The HTTP 204 No Content success status response code indicates that a request has succeeded, but that the client doesn't need to navigate away from its current page. This might be used, for example, when implementing "save and continue editing" functionality for a wiki site.
Join us :-@Compu
✍️✍️......🍃🍃🍃......✍️✍️
Free Courses to Learn Programming Languages
👇👇
1. FREE PYTHON COURSES
https://developers.google.com/edu/python
https://www.freecodecamp.org/learn/scientific-computing-with-python/
https://www.freecodecamp.org/learn/data-analysis-with-python/#
https://www.kaggle.com/learn/python
https://bit.ly/3T7y4ta
2. Free Java Courses
https://bit.ly/3Alf026
https://bit.ly/3hbu3Dg
https://bit.ly/3BSHP5S
3. Free C and C++ Programming courses
https://imp.i115008.net/kjoq9V
https://imp.i115008.net/5bmnKL
https://docs.microsoft.com/en-us/cpp/c-language/?view=msvc-170&viewFallbackFrom=vs-2019
https://bit.ly/3EtFEYA
4. Free R Programming Courses
https://imp.i115008.net/gbJr5r
https://bit.ly/33LsOqo
https://bit.ly/3shVAJ9
https://bit.ly/3vgxW1K
5. Free JavaScript Courses
https://bit.ly/3hMc4nb
https://bit.ly/3EuI8pv
https://bit.ly/39g7Z67
6. Free ReactJS courses and books
https://bit.ly/38YjJKd
https://goalkicker.com/ReactNativeBook/ReactNativeNotesForProfessionals.pdf
https://bit.ly/38U0RvX
7. Free Node.js courses and books
https://docs.microsoft.com/en-us/shows/beginners-series-to-nodejs/?languages=nodejs
https://www.tg-me.com/programming_guide/203
https://www.youtube.com/playlist?list=PLTjRvDozrdlydy3uUBWZlLUTNpJSGGCEm
https://fullstackopen.com/en/part3/node_js_and_express
https://www.tutlane.com/tutorial/nodejs
8. Matlab FREE COURSES and BOOKS
https://ocw.mit.edu/courses/18-s997-introduction-to-matlab-programming-fall-2011/pages/syllabus/
Join @Compu
ENJOY LEARNING 👍👍
Free Courses to Learn Programming Languages
👇👇
1. FREE PYTHON COURSES
https://developers.google.com/edu/python
https://www.freecodecamp.org/learn/scientific-computing-with-python/
https://www.freecodecamp.org/learn/data-analysis-with-python/#
https://www.kaggle.com/learn/python
https://bit.ly/3T7y4ta
2. Free Java Courses
https://bit.ly/3Alf026
https://bit.ly/3hbu3Dg
https://bit.ly/3BSHP5S
3. Free C and C++ Programming courses
https://imp.i115008.net/kjoq9V
https://imp.i115008.net/5bmnKL
https://docs.microsoft.com/en-us/cpp/c-language/?view=msvc-170&viewFallbackFrom=vs-2019
https://bit.ly/3EtFEYA
4. Free R Programming Courses
https://imp.i115008.net/gbJr5r
https://bit.ly/33LsOqo
https://bit.ly/3shVAJ9
https://bit.ly/3vgxW1K
5. Free JavaScript Courses
https://bit.ly/3hMc4nb
https://bit.ly/3EuI8pv
https://bit.ly/39g7Z67
6. Free ReactJS courses and books
https://bit.ly/38YjJKd
https://goalkicker.com/ReactNativeBook/ReactNativeNotesForProfessionals.pdf
https://bit.ly/38U0RvX
7. Free Node.js courses and books
https://docs.microsoft.com/en-us/shows/beginners-series-to-nodejs/?languages=nodejs
https://www.tg-me.com/programming_guide/203
https://www.youtube.com/playlist?list=PLTjRvDozrdlydy3uUBWZlLUTNpJSGGCEm
https://fullstackopen.com/en/part3/node_js_and_express
https://www.tutlane.com/tutorial/nodejs
8. Matlab FREE COURSES and BOOKS
https://ocw.mit.edu/courses/18-s997-introduction-to-matlab-programming-fall-2011/pages/syllabus/
Join @Compu
ENJOY LEARNING 👍👍
Google for Developers
Google's Python Class | Python Education | Google for Developers
Assorted educational materials provided by Google.
✍️✍️.......🍃🍃🍃......✍️✍️
Q. Which of these packages contain all the collection classes?
Q. Which of these packages contain all the collection classes?
Anonymous Quiz
26%
A. java.lang
35%
B. java.util
33%
C. java.net
7%
D. java.awt
✍️✍️......🍃🍃🍃......✍️✍️
Q:What is Collection in Java?
Q:What is Collection in Java?
Anonymous Quiz
23%
A. A group of objects
39%
B. A group of classes
32%
C. A group of interfaces
6%
D. None of the mentioned
✍️✍️......🍃🍃🍃......✍️✍️
Q: Which interface provides key-value pair?
Q: Which interface provides key-value pair?
Anonymous Quiz
22%
a. List
33%
b. Set
24%
c. Map
21%
d. Collection
✍️✍️......🍃🍃🍃......✍️✍️
Q: What is the implementation of the List interface?
Q: What is the implementation of the List interface?
Anonymous Quiz
17%
a. HashMap
18%
b. HashSet
22%
b. HashSet
35%
c. LinkedList
9%
d. LinkedHashSet
✍️✍️......🍃🍃🍃......✍️✍️
Q: What are the implementation classes of the Map interface?
Q: What are the implementation classes of the Map interface?
Anonymous Quiz
17%
a. HashMap
36%
b. LinkedHashMap
19%
c. TreeMap
28%
d. All of above
✍️✍️......🍃🍃🍃......✍️✍️
Q: Which of the following options can throw a NullPointerException?
Q: Which of the following options can throw a NullPointerException?
Anonymous Quiz
20%
TreeSet<String> s = new TreeSet<>(); s.add(null);
41%
HashMap<String, String> m = new HashMap<>(); m.put(null, null);
29%
ArrayList<String> arr = new ArrayList<>(); arr.add(null);
9%
HashSet<String> s = new HashSet<String>(); s.add(null);
✍️✍️......🍃🍃🍃......✍️✍️
transient is a variables modifier used in serialization. At the time of serialization, if we don't want to save value of a particular variable in a file, then we use transient keyword. When JVM comes across transient keyword, it ignores original value of the variable and save default value of that variable data type.
@Compu
transient is a variables modifier used in serialization. At the time of serialization, if we don't want to save value of a particular variable in a file, then we use transient keyword. When JVM comes across transient keyword, it ignores original value of the variable and save default value of that variable data type.
@Compu
✍️✍️......🍃🍃🍃......✍️✍️
Strings in Java
In the given example only one object will be created. Firstly JVM will not find any string object with the value “Welcome” in the string constant pool, so it will create a new object. After that it will find the string with the value “Welcome” in the pool, it will not create a new object but will return the reference to the same instance.
@Compu
Strings in Java
In the given example only one object will be created. Firstly JVM will not find any string object with the value “Welcome” in the string constant pool, so it will create a new object. After that it will find the string with the value “Welcome” in the pool, it will not create a new object but will return the reference to the same instance.
@Compu
✍️✍️.......🍃🍃🍃.......✍️✍️
Volatile keyword is used to modify the value of a variable by different threads. It is also used to make classes thread safe. It means that multiple threads can use a method and instance of the classes at the same time without any problem. The volatile keyword can be used either with primitive type or objects.
@Compu
Volatile keyword is used to modify the value of a variable by different threads. It is also used to make classes thread safe. It means that multiple threads can use a method and instance of the classes at the same time without any problem. The volatile keyword can be used either with primitive type or objects.
@Compu
Hi! I'd like you to try CheQ - an exciting, new credit management app. Pay your credit card bills & loan EMIs on CheQ, and get 1% back on all your payments! Join using my invite and get Rs.100 worth CheQ Chips when you make your first payment. https://app.cheq.one/3UIC/fvpad44q
App Store
CheQ: Credit Bill Payments
CheQ is India’s most rewarding credit card bill payment platform.
Join over 30 lac+ users who are rewarded every month for making their credit card bill payments on CheQ.
Manage your credit card bills on CheQ & earn 1% chips on every bill payment.
…
Join over 30 lac+ users who are rewarded every month for making their credit card bill payments on CheQ.
Manage your credit card bills on CheQ & earn 1% chips on every bill payment.
…
✍️✍️......🍃🍃🍃......✍️✍️
Q:- The following lambda expression is valid.
(x, y) -> return x + y
Q:- The following lambda expression is valid.
(x, y) -> return x + y
Anonymous Quiz
70%
A. True
30%
B. False
✍️✍️......🍃🍃🍃......✍️✍️
Q: Which of the following functional interfaces represents an operation that accepts a single input argument and returns no result?
Q: Which of the following functional interfaces represents an operation that accepts a single input argument and returns no result?
Anonymous Quiz
25%
A. BooleanSupplier
46%
B. DoubleBinaryOperator
19%
C. DoubleConsumer
10%
D. Consumer<T>