Java Spring Boot 3 Years Experience Interview

preview_player
Показать описание
This Video contains:
java spring boot interview questions for 3 years experience
java mock interview for 3 years experience
java mock interview for experienced
Java Spring boot interview
Core Java Interview
spring boot mock interview
spring boot interview questions and answers
java interview questions and answers

Рекомендации по теме
Комментарии
Автор

I really like the way she explains when answer given by the candidate is not clear. Quality content 🤟 keep them coming.

blitzc
Автор

Q - can we print something on console without using main method ?
Ans - Until java 1.6 it's possible by using static block, but from java 1.7 onwards we can not execute java program without main method.

pankajmishra
Автор

Questions asked by her are very good....i really learnt lot from this video!!

_harshitagarwal
Автор

Thankyou for the mock interview video 😊.

ShivamSingh-gcpm
Автор

Question - Can functional interface extend another interface ?

Answer based on chatGPT - Yes, a functional interface in Java can extend another interface. If the interface it extends is also a functional interface, the resulting interface will still be a functional interface as long as it has exactly one abstract method.

@FunctionalInterface
interface ParentFunctionalInterface {
void parentMethod();
}

@FunctionalInterface
interface ChildFunctionalInterface extends ParentFunctionalInterface {
// No new abstract methods, still a functional interface
}

public class FunctionalInterfaceExample {
public static void main(String[] args) {
// Using lambda expression to implement the method
ChildFunctionalInterface child = () -> of parentMethod");
child.parentMethod();
}
}

BishnuUprety-yt
Автор

Thank you very much ❤
Very helpful for me....
Explanation for every question-answers are very good 👍 thanks 🙏🏻

dikshawakode
Автор

Bro can you provide java back end interview questions and answers answers ekkada vetikina chala clumsy ga vasthunai

guruprasad
Автор

It was very helpful basically the interview was done like a corporate level

I really loved it..
Guys do like this..❤❤

nagapravallikaraja
Автор

This is informative for uploading interviews. Keep uploading .

surjendudas
Автор

Regarding hashmap. Question could be clear if she asked Can we have Objects as key for hash map.

shivakumarkondooru
Автор

agar static block ke ander v agar kuch print kerna ho toh main method chaye without main method ke program output ne dega ok
and i know when class is loaded static block is executed but main method v hona chaye

CSE--Dhananjaykumar
Автор

Nice content with beautiful interviewer ...

suranjan
Автор

If possible please share the questions in description or pinned comments as well.

humanplanet
Автор

I think first question is wrong only static block is there then it will through error if main method not there

RahulJain
Автор

It was possible to print anything on console without main method before java 1.6 but later version will throw MethodNotError.

javaInBlood
Автор

Actually if he has 3 yrs experience he must know about main method and static concept bcz it is foundation concept

rushikeshdhane
Автор

I am looking for job change for java developer of experience 3.2 yrs.how to get demo interviews?

Vijay-yi
Автор

Wrong answer function interface can extend another implamentation as long as you dont break pricipal of output that this method should cpmplete one task only. 😊

garvisrobot
Автор

Hi sir I love ur videos
I'm 2 years experienced java dev.. Planning to shift.. Neeed ur guidance sir

ganeshchavalla
Автор

Tomcat is the Spring boot default server

bachannayak