Click here to Skip to main content
15,888,350 members
Home / Discussions / Java
   

Java

 
GeneralRe: problem in implementing isPalindrome() by using java collections.reverse Pin
ElenaRez12-Mar-18 11:33
ElenaRez12-Mar-18 11:33 
GeneralRe: problem in implementing isPalindrome() by using java collections.reverse Pin
Richard MacCutchan12-Mar-18 22:54
mveRichard MacCutchan12-Mar-18 22:54 
GeneralRe: problem in implementing isPalindrome() by using java collections.reverse Pin
ElenaRez13-Mar-18 10:23
ElenaRez13-Mar-18 10:23 
QuestionOutOfMemoryError exception while pushing in the stack Pin
Elenora4-Mar-18 5:02
Elenora4-Mar-18 5:02 
AnswerRe: OutOfMemoryError exception while pushing in the stack Pin
Richard MacCutchan4-Mar-18 6:32
mveRichard MacCutchan4-Mar-18 6:32 
AnswerRe: OutOfMemoryError exception while pushing in the stack Pin
Luc Pattyn4-Mar-18 8:27
sitebuilderLuc Pattyn4-Mar-18 8:27 
AnswerRe: OutOfMemoryError exception while pushing in the stack Pin
jschell10-Mar-18 10:23
jschell10-Mar-18 10:23 
Questionhow i encryt the file by aes need some help Pin
SHUBHAM KHANDAR4-Mar-18 4:56
SHUBHAM KHANDAR4-Mar-18 4:56 
i made a form that select file and provide key i want to encrypt that file by aes encrytion in jsp
my form code is:=


<html>
<body bgcolor="#006699" text=#006699  >

<center>

<br>

<div style="width:95%;border-style:solid;border-width:3px;border-color:white;height:600px;border-radius:15px;background-color:white;box-shadow:-1px -1px 20px black" >

<img src=../images/titlebar.jpg width=100% style="border-radius:15px" >

<h1>Encrypt Document</h1>

<hr color=orange size=3px>

<form name=f1 method=post action=uploadfile.jsp enctype="multipart/form-data"  >

<input type=hidden name=demo value=demo >

<table>

<tr><td>Select File</td><td><input type=file name=filename required size=60 ></td></tr>

<tr><td>Enter Key</td><td><input type=text name=title size=80 required ></td></tr>

<tr><td></td><td><input type=submit name=btnencript value=Encrypt onclick=dosubmit() ></td></tr>

</table>

<hr color=orange size=3px>

</form>

</div>

</center>

</body>

</html>

AnswerRe: how i encryt the file by aes need some help Pin
Richard MacCutchan4-Mar-18 6:22
mveRichard MacCutchan4-Mar-18 6:22 
QuestionJava Breakout via MVC Pattern Pin
Rautap28-Feb-18 11:53
Rautap28-Feb-18 11:53 
QuestionBetweennessCentrality Pin
Member 1369070821-Feb-18 23:35
Member 1369070821-Feb-18 23:35 
RantRe: BetweennessCentrality Pin
Richard Deeming22-Feb-18 0:39
mveRichard Deeming22-Feb-18 0:39 
GeneralRe: BetweennessCentrality Pin
jschell23-Feb-18 13:42
jschell23-Feb-18 13:42 
QuestionWeather Java application Pin
Member 1367572517-Feb-18 3:20
Member 1367572517-Feb-18 3:20 
AnswerRe: Weather Java application Pin
Richard MacCutchan17-Feb-18 4:01
mveRichard MacCutchan17-Feb-18 4:01 
AnswerRe: Weather Java application Pin
jschell17-Feb-18 11:44
jschell17-Feb-18 11:44 
AnswerRe: Weather Java application Pin
Lshadown19-Feb-18 8:30
Lshadown19-Feb-18 8:30 
QuestionFor loops, how to jump back to the start of the loop efficiently? Pin
IrishCoder9916-Feb-18 11:39
IrishCoder9916-Feb-18 11:39 
AnswerRe: For loops, how to jump back to the start of the loop efficiently? Pin
phil.o16-Feb-18 12:07
professionalphil.o16-Feb-18 12:07 
GeneralRe: For loops, how to jump back to the start of the loop efficiently? Pin
IrishCoder9916-Feb-18 12:52
IrishCoder9916-Feb-18 12:52 
GeneralRe: For loops, how to jump back to the start of the loop efficiently? Pin
phil.o16-Feb-18 12:53
professionalphil.o16-Feb-18 12:53 
GeneralRe: For loops, how to jump back to the start of the loop efficiently? Pin
IrishCoder9916-Feb-18 13:10
IrishCoder9916-Feb-18 13:10 
GeneralRe: For loops, how to jump back to the start of the loop efficiently? Pin
phil.o16-Feb-18 21:17
professionalphil.o16-Feb-18 21:17 
AnswerRe: For loops, how to jump back to the start of the loop efficiently? Pin
Richard MacCutchan16-Feb-18 21:54
mveRichard MacCutchan16-Feb-18 21:54 
Questionjava compiler Pin
Member 136697248-Feb-18 23:06
Member 136697248-Feb-18 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.