Forgot password? Create an Account
This is about java programming,updates of java,jobs in java etc.
Listed: May 9, 2012
Java2Career ― I already posted the code for Inserting data from Excel to MySQL. This is the most liked post of Java2Career,thank you all for liking my efforts. On your request I am posting this.For inserting data into MS Access first you need to create ...
Tags: Advanced Java
Innovative ― 2 days ago
Java2Career ― What is Intern String.?When to use Intern Strings ? ∙ Only one String object is shared by all string valued constant expressions with the same character sequence. Such strings are called Intern String, meaning that they share a unique ...
Tags: Java Programs
Innovative ― 8 weeks 6 days ago
Java2Career ― If you want to create a PDF file or manipulate existing PDF file, IText is a free and open source library for doing this.Using iText you can easily create Portable Document Format (PDF).Here I am writing code to create a PDF with some text.But ...
Innovative ― 17 weeks ago
Java2Career ― The java collection framework provides a set of standard utility classes for managing various kind of collections.The core framework is provided in java.util package. A collection allows a group of objects to be treated as a single unit.Objects ...
Tags: Interview Prepration
Innovative ― 19 weeks ago
Java2Career ― Set interface extends Collection in java, unlike any other implementation of Collection interface, Set implemention does not allow duplicate element.It also means a set can contain at most one null value.It does not define any of its own method....
Java2Career ― I flunked once an interview because of this program.Interviewer asked me to write a program to remove duplicate from string, but without loosing the order.I knew the Set interface which does not allow duplicates, but i could not memorize the class...
Innovative ― 26 weeks ago
Java2Career ― Code: ∙ class reverseNChangeCaseString ∙ { ∙ public static void main(String a[]) ∙ { ∙ String str="Java 2 Career"; ∙ String arr[]=str.split(" "); ∙ System.out.print("Output:"); ∙ for(int...
Tags: Java Programs, Interview Prepration
Innovative ― 32 weeks ago
Java2Career ― String is the so common topic you find in any programming language and in any programming interview.You will get atleast one or two questions in interviews from STRING. Mostly asked question like reverse string, check palindrom or not? Before ...
Java2Career ― Code ∙ class reverseWithoutAPI ∙ { ∙ public static void main(String a[]) ∙ { ∙ String str="Java 2 career"; ∙ String arr[]=str.split(" "); ∙ System.out.print("Reversed String of "+str+":"); ∙...
Java2Career ― Palindrom string is the string which gives the same result when reversed as original string. for example: Nitin. ∙ Code: ∙ class checkPalindrom ∙ { ∙ public static void main(String a[]) ∙ { ∙ //command ...
Java2Career ― For inserting Excel file data into database, First we have to read the Excel file.Then insert data into database. ∙ For reading Excel file,we will use Apache POI. Download the POI library from following link: ∙...
Tags: Java Programs, Advanced Java
Innovative ― 33 weeks ago
Java2Career ― class Hello ∙ { ∙ public static void main(String java[]) ∙ { ∙ System.out.println("hello everyone"); ∙ } ∙ } ∙ Explanation: All java application begin by calling main() method (just like c/c++). The...
Innovative ― 34 weeks ago
So you are a freelance writer? Then you are creative! But don’t be too excited about ...
Currently around a half of organizations ranging in size from SMEs to large multinationals ...
∙ One of the few things I consider when buying a frock is the print. Growing up, I ...