en
Feedback
N Batch 2024

N Batch 2024

Open in Telegram
287
Subscribers
No data24 hours
No data7 days
+230 days
Posts Archive
Repost from Coding By Yakub
photo content

Repost from Coding By Yakub
photo content

Repost from Coding By Yakub
photo content

Repost from Coding By Yakub
photo content

Repost from Coding By Yakub
photo content

Repost from Coding By Yakub
photo content

photo content

Good Evening Everyone Tomorrow we have a Drive on .NET Reasoning,Arithmetic and logical thinking. Candidates must have BTech,2021 to 2024,and 70%Above candidates are eligible.must maintain the passport size photo, Resume and should come with formals without these things we can't allow you to proceed and be Sharp 9:00AM at institute

photo content

Everyone prepare to this paper

photo content

Good Evening Everyone We have Drive on .NET (23rd July).skill set is logical programme C#.NET. for these requirement candidates should come at tomorrow by sharp 9:00AM at institute with formal dress

OracleXE112_Win64.zip316.59 MB

photo content

<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> <html> <head> <title>editForm</title> </head> <body> <h2>USER EDIT FORM</h2> <form:form method="POST" action="/editandsave"> <table> <tr> <td>ID:</td> <td><form:hidden path="id" /></td> </tr> <tr> <td>Name:</td> <td><form:input path="name" /></td> </tr> <tr> <td>Password:</td> <td><form:input path="password" /></td> </tr> <tr> <td>Email:</td> <td><form:input path="email" /></td> </tr> <tr> <td>Gender:</td> <td><form:input path="gender" /></td> </tr> <tr> <td>Country:</td> <td><form:input path="country" /></td> </tr> <tr> <td><input type="submit" value="EditAndSave"></td> </tr> <tr> </table> </form:form> </body> </html>

LogProject-1.rar0.69 KB

photo content

javax.servlet javax.servlet-api 4.0.1 provided org.glassfish.web jakarta.servlet.jsp.jstl 2.0.0

log4j.rootCategory=DEBUG,FILE log4j.appender.FILE=org.apache.log4j.DailyRollingFileAppender log4j.appender.FILE.Append=true log4j.appender.FILE.DatePattern='.'yyyy-MM-dd log4j.appender.FILE.File=/C:\log/logger.log log4j.appender.FILE.layout=org.apache.log4j.PatternLayout log4j.appender.FILE.layout.conversionPattern=[%d] %t %c %L %-5p -%m%n log4j.logger.org.springframework=DEBUG