Jar hell maine. Pahli baar padha aur suna. Thanks sir for tutorial🙏🙏Kanpur walon like and share karo.
@ganeshmore300810 ай бұрын
2:55
@AditiNath123411 ай бұрын
Great👍 0:08
@sanjugen10 ай бұрын
bahut badhiya, good knowledge sharing, keep it up bro
@anupriyapiwal650111 ай бұрын
Sir could you please make more videos on SQL
@hrjeetsingh349411 ай бұрын
interesting concept
@jyotiramkamble184211 ай бұрын
Sir make updated video on java backend with Microservies
@trunalhajare638411 ай бұрын
We want this type of concept
@VIJAYYADAVPCECR11 ай бұрын
sir ek video Microsoft Azure pr dalo us pr hm kese java and sql and spring boot project setup kre please sir ek overview bta do sir me setup kr leta hu pr proper work nhi kr pa rha mujhe lgta h ki me setup shi se nhi kr pa rha mene youtube pr bhut sare video dekhe h pr aap full explain krte h direct nhi btate kbhi bhi
@NazimMansoori-gq9od11 ай бұрын
Sir where are you from? I want to meet you please 🙏. If you agree please 🙏
@ravindrakushwahakrishna11 ай бұрын
Thanks sir😊
@suraj.mohapatra11 ай бұрын
what is version conflict? It sounds more like name space collision/conflict.
@paulsofts746811 ай бұрын
If we have multiple jar file of different version of same library, it can lead to conflicts or shows unpredictable behavior. Let's understand with the following example: // CalculatorA.java public class CalculatorA { // Version 1.0 calculator always rounds down public int divide(int dividend, int divisor) { return dividend / divisor; // Division rounds down by default in Java } } // CalculatorB.java public class CalculatorB { public int divide(int dividend, int divisor) { // Version 2.0 calculator always rounds up if (dividend % divisor != 0) { return dividend / divisor + 1; // Round up } else { return dividend / divisor; } } } public class Main { public static void main(String[] args) { CalculatorA calculatorA = new CalculatorA(); CalculatorB calculatorB = new CalculatorB(); int resultA = calculatorA.divide(5, 2); // Version 1.0 calculator System.out.println("Result from CalculatorA: " + resultA); // Output: 2 int resultB = calculatorB.divide(5, 2); // Version 2.0 calculator System.out.println("Result from CalculatorB: " + resultB); // Output: 3 } } Using CalculatorA(Version 1.0), the result of dividing 5 by 2 is 2 (rounded down). Using CalculatorB(version 2.0), the result of dividing 5 by 2 is 3 (rounded up). This demonstrates how different versions of calculators (or libraries/modules) with different behaviors can lead to conflicts or unexpected results when used together.
@sachin.Rajput1111 ай бұрын
Hello Sir, I have counter one problem in Spring boot project, I'm using STS 4.4.21 version. and i want to add jsp file in views folder but in wizard section jsp file not there how can i solve this issue.. Plz help if anyone knows
@vikashkatiyar122511 ай бұрын
Bhai Google Karo sayad se ek extension install karna hoga eclipse marketplace se
@tigerhunk659911 ай бұрын
First comment sir❤ like kro
@RitzVlogss11 ай бұрын
❤❤
@adilnnj4 ай бұрын
Jar hell nahin dll hell term use hoti hai. Lagta hai interviewers ne over romanticize kar ke yeh stupid question banaya hai. Qualified names use karna hota hai. jo sub versions mein kaam kare ga! Kisi new feature ki zarorat nahin! Thanks.