- By hjoshi@jamesknows.com
- January 27, 2023
- JAVA
OOPs in Javascript In programming languages, we often say an object is an instance of a class. This means that by using a class I can create many objects &…
OOPs in Javascript In programming languages, we often say an object is an instance of a class. This means that by using a class I can create many objects &…
Java Interview Question and Answer on Collection Framework Difference between Array and ArrayList Arrays: is a collection of elements of similar primitive datatypes. While creating array we…
String Interview Question Coding With Solution Of problems Reverse String public class A { public static void main(String[] args) { //reverse string String nm="madam"; String rev=""; String temp; System.out.println("origial string…
Stream API in java8 Java 8 Stream A Stream in Java can be defined as a sequence of elements which are taken from a source collection. The source of…
ServletConfig and ServletContext Interface Whenever we develop the web application we can initialize/configure information from web.xml to the servlet using two objects: config, and context. This config is an object…
FACTORY DESIGN PATTERN IN JAVA Q.What is the Factory Method/Factory design pattern in Java and how to use it? -A Java factory pattern helps in creating instances/objects for…
What is spring? Spring Framework Spring could also be a feathery frame. It is often allowed as a frame of materials because it provides support to varied fabrics analogous…
Polymorphism in Java - As we know java is an “Object-oriented programming language” and also we have some concepts called the Oops concept and this polymorphism is one of the…
Strings in Java - What is a string? String is a group of characters which are denoted with the double quotes. As we know there no particular data type in…
JAVA INTERVIEW QUESTIONS WITH ANSWERS - Q 1. What is an Iterator? A Java Cursor is an Iterator, which is used to iterate or traverse or retrieve a Collection or…
Java Interview Questions with Answers - Q1. What is the difference between “==” and “equals( )” in comparing Java String class objects? equals method always checks the contents of…
COPYRIGHT © 2022 SevenMentor Pvt. Ltd | All Rights Reserved.