Telegram Web Link
Data structures-6.pdf
875.1 KB
Data structures-6.pdf
✍️✍️......🍃🍃🍃.......✍️✍️
Q:-How can we delete all files in a directory?
Anonymous Quiz
24%
a) Files.delete(path)
31%
b) Files.deleteDir()
25%
c) Directory.delete()
20%
d) Directory.delete(path)
✍️✍️......🍃🍃🍃......✍️✍️
Q:How to copy the file from one location to other?
Anonymous Quiz
47%
a) Files.copy(source, target)
26%
b) Path.copy(source, target)
16%
c) source.copy(target)
11%
d) Files.createCopy(target)
✍️✍️......🍃🍃🍃......✍️✍️
Q:- How can we get the size of specified file?
Anonymous Quiz
25%
a) capacity(path)
43%
b) size(path)
17%
c) length(path)
15%
d) Path.size()
✍️✍️......🍃🍃🍃......✍️✍️
Q:- Which of the following is not a core interface of Hibernate?
Anonymous Quiz
23%
a) Configuration
31%
b) Criteria
38%
c) SessionManagement
8%
d) Session
✍️✍️......🍃🍃🍃......✍️✍️
Q:-SessionFactory is a thread-safe object.
Anonymous Quiz
73%
a) True
27%
b) False
✍️✍️......🍃🍃🍃......✍️✍️
Q:-Which of the following methods returns proxy object?
Anonymous Quiz
27%
a) loadDatabase()
50%
b) getDatabase()
16%
c) load()
7%
d) get()
Happy Republic Day all of you dears🙏
✍️✍️......🍃🍃🍃......✍️✍️
Q:-Which of the following is/are the advantages of automation?
Anonymous Quiz
15%
(a) Reduction in the paperwork and cost
22%
(b) Speed up of the process
18%
(c) Increase in construction cost
42%
(d) Both (a) and (b)
3%
(e) None of the above
✍️✍️......🍃🍃🍃......✍️✍️
Q: For storing an initial program in ROM we need something called:
Anonymous Quiz
23%
(a) Data Loader
20%
(b) Kernel
31%
(c) Computer Start-up loader
23%
(d) Bootstrap Loader
4%
(e) None of the above
✍️✍️......🍃🍃🍃......✍️✍️
Q: Which of the following is a data processing products?
Anonymous Quiz
26%
(a) Information
14%
(b) Data
44%
(c) Software Program
12%
(d) System
4%
(e) None of the above
✍️✍️......🍃🍃🍃......✍️✍️
Q:- Which of the following functional interface represents a supplier of double-valued results?
Anonymous Quiz
37%
A - DoubleFunction<R>
30%
B - DoublePredicate
23%
C - DoubleSupplier
9%
D - DoubleToIntFunction
✍️✍️......🍃🍃🍃......✍️✍️
Q:-Which of the following functional interface represents an operation that accepts a single long-valued argument and returns no results
Anonymous Quiz
19%
A - LongConsumer
43%
B - LongFunction<R>
29%
C - LongPredicate
9%
D - LongSupplier
✍️✍️......🍃🍃🍃......✍️✍️
Q:- Which of the following functional interface represents a predicate (Boolean-valued function) of one argument?
Anonymous Quiz
22%
A - ObjIntConsumer<T>
48%
B - ObjLongConsumer<T>
25%
C - Predicate<T>
5%
D - Supplier<T>
✍️✍️......🍃🍃🍃.....✍️✍️
Common error HTTP status codes include:
400 Bad Request – This means that client-side input fails validation.
401 Unauthorized – This means the user isn’t not authorized to access a resource. It usually returns when the user isn’t authenticated.
403 Forbidden – This means the user is authenticated, but it’s not allowed to access a resource.
404 Not Found – This indicates that a resource is not found.
500 Internal server error – This is a generic server error. It probably shouldn’t be thrown explicitly.
502 Bad Gateway – This indicates an invalid response from an upstream server.
503 Service Unavailable – This indicates that something unexpected happened on the server side (It can be anything like server overload, some parts of the system failed, etc.).

Join us @Compu
2025/07/05 06:08:28
Back to Top
HTML Embed Code: