↓ Skip to Main Content
Innovate Journey

Main Navigation

  • Innovation Journey
  • Education
    • Core Java
    • Java Trending Questions
  • Trending
  • About Us
Innovate Journey

Off Canvas Menu

  • Innovation Journey
  • Education
    • Core Java
    • Java Trending Questions
  • Trending
  • About Us

Author: Innovate Journey

Home » Archives for Innovate Journey » Page 4

Core Java

How can we create an object. How can we Create Test class object?

Innovate Journey Jul 14, 2024

Ans :- Test obj =new Test();

Uncategorized

Sudoku problem |Leet Code

Innovate Journey Apr 13, 2024

Sudoku is a logic-based combinatorial number-placement puzzle. The objective is to fill a 9×9 grid with …

Sudoku problem |Leet Code Read more →

Uncategorized

The “Candy” problem on LeetCode

Innovate Journey Apr 5, 2024

This is a classic algorithmic problem that can be solved using various approaches, such as greedy …

The “Candy” problem on LeetCode Read more →

Java Trending Questions

How to achieve abstraction ?

Innovate Journey Mar 13, 2024

Ans :- we can achieve abstraction by using abstract classes and Interfaces. Abstraction in java can …

How to achieve abstraction ? Read more →

Uncategorized

How to create React project using command prompt?

Innovate Journey Jan 27, 2024

solution :- Firstly install node js, npm and VS Code in your system Step 1:- Open …

How to create React project using command prompt? Read more →

Education, Uncategorized

How to create React project using vs code

Innovate Journey Jan 25, 2024

Solution :- Step -1 :- Firstly open vs code and make sure you have installed node …

How to create React project using vs code Read more →

Uncategorized

Mastering the Coding Interview: A 90-Day Roadmap to Conquer Data Structures and Algorithms for FANG Companies

Innovate Journey Jan 6, 2024

Plan A Preparing for interviews at top tech companies like Facebook, Amazon, Netflix, and Google (FANG) …

Mastering the Coding Interview: A 90-Day Roadmap to Conquer Data Structures and Algorithms for FANG Companies Read more →

Uncategorized

What is the difference between StringBuffer and Stringbuilder ?

Innovate Journey Jan 6, 2024

Ans :- these are the difference  between String Buffer and String Builder s.No String Buffer String …

What is the difference between StringBuffer and Stringbuilder ? Read more →

Uncategorized

Q.we have two tables one is Employee table and another is city table in Employee table we have empId,empName and cityId and in City table we have cityId,cityName and stateName JOIN two tables WHERE empId =100 please write a Query for this.

Innovate Journey Jan 2, 2024

Solution :- SELECT e.empId,e.empName,e.cityId,c.cityName,c.stateName FROM Employee eJOIN City c ON e.cityId = c.cityIdWHERE e.empId =100;

Millionaire Circle, Trending

Happy new Year 2024

Innovate Journey Jan 1, 2024

Happy New Year 2024

Posts pagination

Previous 1 2 3 4 5 6 … 9 Next
Copyright © 2026 Innovate Journey | Powered by Responsive Theme
Copyright © 2026 Innovate Journey | Powered by Responsive Theme