Articles [Java & J2EE]

I started learning Java. But, until recently, I had no idea about the same. I didn't knew that something magical existed that would perform thisconversion. But now since I know a bit, I thought I better share it. Java Decompiler As you would have...

Flow control in java is a key part as these are widely used in source code of any of the programs that are written in Java. In java, flow controls include if statement , switch statement, loops like for, while, do - while loop. These flow controls...

          As the title suggests "Mobile operating system", Android is a java based mobile operating system with which mobile applications can be developed. Android strongly supports java. Any other programming language is not supportive to...

hi friends, i myself found the solution for the java prog which i was unable to do, in my last article.. the solution is   the connecting function in the 2nd class..   public boolean UsrAuthPw(String username, String password){ boolean...

hi friends, i was trying one java program, which gets the username and password from the user and has to check them if they r present in the database (MySQL) and has to give the result as soon as the OK button has been clicked.. i've created the...

Hi everyone here im ready to answer ur questions. If anyone having question related to JAVA free to ask im going to reply all ur question....   Looking for Questions...

Introduction:: Java is a programming language that was developed by the sun microsystems in 1991.Its original name was Oak and later on was renamed to JAVA. It is the programming language having much of the syntax same as c and c++. Now before...

Hi,friends while using HTML tags and javascript i tried to open and close a window using javascript and i used the below scripts to open and close the windows. Set the below link as hyperlink  and click on the link to open new...

The JavaServer Faces framework built on the Model-View-Controller (MVC) design pattern. The main advantage of using MVC is to separate the view tier from the Model tier and thus making it easy to extend the capabilities and integrate with other...

While I was working on some HTML files which requires closing the main window when I clicked on the close button which my application provided. I used window.close() javascript to close the browser window. It works perfectly fine under Internet...

Powered by CjBlog