java Technical questions asked by JPMC
Answer / Pushpendra Kumar Verma
Java is a popular programming language used extensively in the financial industry, including by JPMorgan Chase (JPMC). Here are some technical questions that might be asked during an interview for Java developer positions at JPMC:nn1. Explain the difference between final, finally, and finalize keywords.n2. What is Multithreading in Java? Can you provide examples of multithreaded programs?n3. How does Java implement garbage collection? Describe its impact on program performance.n4. Explain the concept of JVM (Java Virtual Machine) and JRE (Java Runtime Environment).n5. What are inner classes in Java? Provide an example of their usage.n6. How does Java handle exceptions, and what is the difference between checked and unchecked exceptions?n7. What is the role of the Maven build tool in a Java project?
| Is This Answer Correct ? | 0 Yes | 0 No |
Can applet in different page/s communicate with each other?
what is a thread?
How is string stored in java?
What is an interface in java? Explain
What is a layout manager?
What is difference between final and immutable?
what is ststic with example
Explain Stream Tokenizer?
What is final method in java?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
what is check p object in java
What are wrapper classes?