can anyone tell me what kind of questions are asked for
core java exam in aptech
Answer / Mohan Kumar Yadav
Core Java exam questions in Aptech typically cover a wide range of topics, including but not limited to:
- Java basics (variables, data types, operators, decision making, loops)
- Arrays and collections
- Exception handling
- OOPs concepts (inheritance, polymorphism, interfaces, abstract classes)
- File I/O operations
- Streams and NIO API
- Concurrency (multi-threading)
- AWT (Abstract Window Toolkit) and Swing GUI frameworks
- Database connectivity (JDBC)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is flatmap in java8?
Are streams faster than for loops?
What is an api in java?
If one class havent the constructor, it has normal method, then can i use super keyword to call the method form the sub class and vice verse?
What is the use of servlet in java?
Is java Class Thread safe ???? How to make java Class Thread safe ??
What is @resource annotation in java?
How can I protect myself? : java security
What is a stream in programming?
What is singleton pattern in java?
What is csrf in java?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?