String r = s.charAt(s.length()-1) + s.substring(0, s.length()-1);
I'm creating a java code and getting an error.
Here is a problem I was unable to solve on my own. My path variable contains D:\Program Files\Java\jdk1.7.0\bin but running java from cmd starts build 1.7.0-b127 whereas the one installed at specified path is 1.7.0-b147
D:\Documents and Settings\Tushar>"D:\Program Files\Java\jdk1.7.0\bin\java.exe" -version
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing)
D:\Documents and Settings\Tushar>java -version
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b127)
Java HotSpot(TM) Client VM (build 20.0-b06, mixed mode, sharing)
Though both are good, you can choose any but eclipse has better user interface and easy to use!which IDE for Java is better?
Eclipse or NetBeans ?
I have recently been learning J2EE. I don't have much knowledge of HTML.
I want to design the pages using drag n drop. I am using Netbeans 7.
Actually our teacher is not teaching us this thing as he wants us to master the designing in coding way first but that requires the knowledge of HTML also.
So can anybody tell me how to design the web pages in JSP using drag n drop through Netbeans 7.
^^ Sh1t, i missed that part, but i doubt how he will work with JSP if he don't have knowledge of HTML?
Its not that I don't know HTML at all. I have the basic knowledge and I can create a page containing forms, buttons, radio buttons, text area, tables etc etc..
But I meant to say that I am not an expert in HTML, I won't be able to create the page designs as good as I want! That's why I asked about it here.
Anyways You Suggested Dreamweaver, But Can't I design the web pages in Netbeans IDE through Drag n Drop??? like Visual Studio....
actually my question was not to ask which IDE should I use. I wanted to know how can I use the drag n drop features(if any) to easily design the pages in jsp. And that question is still waiting for the satisfying answer!!!
I was asking like Visual Studio or Dreamweaver, can jsp pages also be designed without having to write code for each segment!
Thanks for the links, but I have been working on Netbeans, so can you please provide the same info for Netbeans...*www.myeclipseide.com/module-htmlpages-display-pid-12.html
asp.net - Drap and Drop in Eclipse for Web Projects - Stack Overflow