Strings in Java
  • By Surbhi nahta
  • June 8, 2022
  • JAVA

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…

  • By Surbhi nahta
  • June 2, 2022
  • JAVA

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…

  • By Surbhi nahta
  • March 26, 2022
  • JAVA

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…

  • By Surbhi nahta
  • March 1, 2022
  • JAVA

Java And Android - 1. In Which of these selection statements only tests for equality?  a) If b) Switch c) both (a) and (b) d) None of the mentioned 2-…

  • By Surbhi nahta
  • February 4, 2022
  • JAVA

Multithreading  in Java - Before going to start with Multithreading in java, let’s try to understand what is meant by thread which is nicely described by trainers of Java Training…

  • By Surbhi nahta
  • December 2, 2021
  • JAVA

Servlet - Java Servlets are helpful for developing Web applications. Servlets are server-side Java applications that can be loaded dynamically. You can have data from end users through web pages…

  • By Surbhi nahta
  • October 30, 2021
  • JAVA

Important Questions about Java Framework - 1.What is a framework in Java? A framework is a  ready-made architecture .A framework is popular. framework  contains a set of classes and interfaces.…

  • By Surbhi nahta
  • October 30, 2021
  • JAVA

Thread in java is a mechanism provided to the developer to have a golden touch of a multitasking  environment. To define a thread one can say that small part of…

  • By Shubham Baghel
  • September 15, 2021
  • JAVA

let us understand someterminolgy: persistence data: the envirment that allow us to store data permanently is called persistence media. so we can store data permanently in three places. File DataBase…

Core Java Interview Questions
  • By Shubham Baghel
  • July 5, 2021
  • JAVA

Hello, Dear Students, in this blog, you will find Core Java Interview Questions from Java Training In Pune,  I am discussing the most commonly occurring Core Java Interview Questions While…

  • By Shubham Baghel
  • May 11, 2021
  • JAVA

1>What is RequestDispatcher Interface.  The RequestDispacher interface gives the facility of dispatching the request to another ass page it could be HTML, servlet, or JSP. This interceptor can likewise be…