web project in eclipse | dynamic web project in eclipse | servlet and jsp tutorial for beginners

  Рет қаралды 142,831

MicroNG

MicroNG

3 жыл бұрын

Write a servlet program to find a number is even or odd
If even display the result in blue foreground color else display in green foreground color
To learn more, join the group
t.me/ITandCSLearning
#web #project #eclipse

Пікірлер: 53
@harshkureel3829
@harshkureel3829 7 күн бұрын
thankyou for this informative video!
@prettyjoyceg2742
@prettyjoyceg2742 3 жыл бұрын
Thank you for the video. It was really helpful.
@MicroNG
@MicroNG 3 жыл бұрын
Thank u Pretty for u r feedback
@sonudhawade2213
@sonudhawade2213 3 жыл бұрын
if (n > 0) out.println("Given number is a positive integer"+n+"); else if(n < 0) out.println("Given number is a negative integer"+n+""); else out.println("Given number is Zero");
@MicroNG
@MicroNG 3 жыл бұрын
sonu, zero is not coming in strike effect
@penchalamohan6234
@penchalamohan6234 Жыл бұрын
This video too good brooo and useful for me
@MicroNG
@MicroNG Жыл бұрын
Thank you dear
@upasnakumari98
@upasnakumari98 3 жыл бұрын
Thank you so much
@raw_hse
@raw_hse 9 ай бұрын
Hi All , while i am writing the index.html file in my ecllipse , the cursor is selecting the multiple lines at a time ,unable to write the code properly. How to solve this issue?Any one help me.
@shivanichavan9329
@shivanichavan9329 Жыл бұрын
Thank You So Much Sir !!
@MicroNG
@MicroNG Жыл бұрын
Most welcome!
@manojdhingra4032
@manojdhingra4032 Жыл бұрын
Sir I don't have SRC/main/java instead of src😢....how to change I'll try so many times .....but doesn't know the right way. ...plz suggest
@rammandal2389
@rammandal2389 Жыл бұрын
Thanks a lot
@MicroNG
@MicroNG Жыл бұрын
Most welcome
@tapaswinibarik54
@tapaswinibarik54 2 жыл бұрын
Sir why program output is not showing in broswer, plz help me
@Viraj-pw4tz
@Viraj-pw4tz 2 жыл бұрын
Thanks bro
@MicroNG
@MicroNG 2 жыл бұрын
Welcome Don't mind to subscribe the channel kzfaq.info
@Remedcruz
@Remedcruz 2 жыл бұрын
thank you so much sir
@MicroNG
@MicroNG 2 жыл бұрын
So nice of you
@Remedcruz
@Remedcruz 2 жыл бұрын
@@MicroNG you literally helped me from getting scolded...
@monazarmy8248
@monazarmy8248 3 жыл бұрын
Thank you so much🙏🙏🙏
@MicroNG
@MicroNG 3 жыл бұрын
thank u monaz for ur feedback
@conceicaodsouza3524
@conceicaodsouza3524 3 жыл бұрын
Hello
@Stranger-nu1jc
@Stranger-nu1jc 2 жыл бұрын
Brother I'm not getting java resources and java script resources folders after creating dynamic web project?
@saiganeshn8588
@saiganeshn8588 2 жыл бұрын
Same problem buddy have you been able to resolve it?
@priyadharshinis8971
@priyadharshinis8971 2 жыл бұрын
In my project Java resource file is Missed, how to add that one?
@kishoreexperience
@kishoreexperience 3 ай бұрын
did you find bro?
@musavilileon4916
@musavilileon4916 2 жыл бұрын
please provide the source code thankyou.
@Me_as_Anand
@Me_as_Anand 2 жыл бұрын
After creating dynamic project.. there is a erro coming
@BiswarupMukherjeeBCE
@BiswarupMukherjeeBCE 3 жыл бұрын
At 0:18 I am not getting Java EE option. pls help
@johnathanasopoulos3770
@johnathanasopoulos3770 3 жыл бұрын
Uninstall the Java version you have and install the Web Developer one :)
@motukuriswapna9897
@motukuriswapna9897 2 жыл бұрын
exactly i have written the program as u explained but after entering the number iam getting 404 error
@MicroNG
@MicroNG 2 жыл бұрын
check ur file name properly; even case matters
@vella_hudga
@vella_hudga Жыл бұрын
​@@MicroNG error:cannot parse null string
@akkimvaripallishilpashilpa6530
@akkimvaripallishilpashilpa6530 Жыл бұрын
Bro i can't shown in src floder
@DivyaShree-hl8sf
@DivyaShree-hl8sf 2 ай бұрын
Sir I don't have java EE Wt can i do
@thanhlecong2564
@thanhlecong2564 3 жыл бұрын
Do u need install API tomcat for servelet
@MicroNG
@MicroNG 3 жыл бұрын
Yes. U need to configure Tomcat. Check the previous tutorial
@MicroNG
@MicroNG 3 жыл бұрын
Look at this kzfaq.info/sun/PLTXhDXS96cPVvEMwg1ohfiaZoq0aHziQ0
@karthikyadav875
@karthikyadav875 2 ай бұрын
Hai bro send registration form in jdbc and servelt code bro
@roshnisharma7943
@roshnisharma7943 2 жыл бұрын
Sir how do configure tomcat with eclipse?
@MicroNG
@MicroNG 2 жыл бұрын
please check the previous tutorial in the playlist
@pratikshaubale176
@pratikshaubale176 3 жыл бұрын
If(n
@MicroNG
@MicroNG 3 жыл бұрын
perfect
@vkroks7739
@vkroks7739 2 жыл бұрын
Where is my dynamic web project there is no option😢😢
@MicroNG
@MicroNG 2 жыл бұрын
click on other and search
@vkroks7739
@vkroks7739 2 жыл бұрын
@RICHARD OWEN HENDARTO download oxygen releases in your eclipse
@akkimvaripallishilpashilpa6530
@akkimvaripallishilpashilpa6530 Жыл бұрын
Plss help me
@ishavyas8083
@ishavyas8083 3 жыл бұрын
I am having errors, my program is unable to read getParameter( ) method, String and int variable
@MicroNG
@MicroNG 3 жыл бұрын
check the name given for the control in html, it is case sensitive. have to use the same name in getParameter() function
@NAHIDDOHA
@NAHIDDOHA Жыл бұрын
pls help me
@MicroNG
@MicroNG Жыл бұрын
May i know how?
39kgのガリガリが踊る絵文字ダンス/39kg boney emoji dance#dance #ダンス #にんげんっていいな
00:16
💀Skeleton Ninja🥷【にんげんっていいなチャンネル】
Рет қаралды 8 МЛН
КОМПОТ В СОЛО
00:16
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 29 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 34 МЛН
Heartwarming moment as priest rescues ceremony with kindness #shorts
00:33
Fabiosa Best Lifehacks
Рет қаралды 38 МЛН
Servlet Program using Eclipse (2022) | Simple Servlet using Tomcat and Eclipse
13:02
Apple's surprise 2024 product LEAKED! iPhone 16 Changes!
12:30
The Apple Circle
Рет қаралды 70 М.
Java Is Better Than Rust
42:14
ThePrimeTime
Рет қаралды 128 М.
Login Page with Servlet  and Html + Mysql + Eclipse
55:56
Java is Awesome
Рет қаралды 31 М.
39kgのガリガリが踊る絵文字ダンス/39kg boney emoji dance#dance #ダンス #にんげんっていいな
00:16
💀Skeleton Ninja🥷【にんげんっていいなチャンネル】
Рет қаралды 8 МЛН