Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Education Blogs  >  Found Java education Blog  > 

2017-08-14 06:59
Lately I have started doing some Android development. I have written a small application called “Lexicon” which you can find on Google Play. It works with Android version 2.2 and… Read More
2017-08-14 06:56
“One might argue that a book about code is somehow behind the times—that code is nolonger the issue; that we should be concerned about models and requirements instead.Indeed some… Read More
2017-08-14 06:54
While I was looking at some legacy code I stumbled upon a few wtf! moments. This is code that surprised me and made me laugh. Not that I haven’t written bad code in my life, but this i… Read More
2017-08-14 06:53
This is some production code, that fails.12// Do conjunction////NOT TESTED YET???I dont know what will happen : (startConjunction(customers, application);Not sure if the author forgot the co… Read More
2017-08-14 06:52
1234567if (true){    if (externalCreditDeposit == 0)        creditDeposit = internalCreditDeposit;    else&nbs&hell…Read More
2017-08-14 06:51
And I thought that I had seen everything. But I hadn’t yet seen a wrapper to a String!!1234567891011121314151617181920212223242526public class OneVariableGenericVO implements java.io.S… Read More
2017-08-14 06:50
1234if(canBeMultiplied && renewalOfferMultiplier > 0)    discount = discount * renewalOfferMultiplier;else    discount = discount; Read More
2017-08-14 06:44
Not Java-related but since I started doing a bit of PL/SQL lately and I ran into this problem, I will post this. This error, in my case, was caused by having an Oracle keyword defined as a c… Read More
2017-08-10 08:07
The following java project contains the java source code and java examples used for add two. add two numbers by using input/outputThe source code and files included in this project are liste… Read More
2017-08-10 08:04
The following Java project contains the java code java examples used for Address Book 2004.The source code and files included in this project are listed in the project files section, please… Read More
2017-08-03 09:37
Jeans Station Project Sem 4JeanStation was founded in Des Moines, Iowa, in 1991 as a retail store of casual clothes with denim playing the main part in the product range. By 1997, JeanS… Read More
2017-08-03 09:34
BookHive Corp.Bookhive Corp. is a leading publishing house in the US. The company headquarter is located in Atlanta. It has been publishing books, articles, journals, novels, magazines, and… Read More
Connect Globe Project Java ~ Foundjava
2017-08-03 08:33
Connect Globe Projectdownload this project (developed using MyEclipse IDE) CLICK HEREdownload this project (developed using Eclipse IDE) CLICK HEREdownload this project (developed… Read More
Online Banking Project Java ~ Foundjava
2017-08-03 08:32
Online Banking ProjectDownload Source Codedownload this project (developed using MyEclipse IDE) CLICK HEREdownload this project (developed using Eclipse IDE) CLICK HEREdownload thi… Read More
ScrollPaneLayout In Java ~ Java Help
2017-07-14 07:23
The layout manager used by JScrollPane. JScrollPaneLayout is responsible for nine components: a viewport, two scrollbars, a row header, a column header, and four "corner" components.Nested C… Read More
SpringLayout In Java ~ Java Help
2017-07-14 07:22
Java SpringLayoutA SpringLayout arranges the children of its associated container according to a set of constraints.Constraints are nothing but horizontal and vertical distance bet… Read More
GroupLayout In Java ~ Java Help
2017-07-14 07:22
GroupLayout groups its components and places them in a Container hierarchically. The grouping is done by instances of the Group class.Group is an abstract class and two concrete cl… Read More
GridBagLayout In Java ~ Java Help
2017-07-14 07:21
Java GridBagLayoutThe Java GridBagLayout class is used to align components vertically, horizontally or along their baseline.The components may not be of same size. Each GridBagLayout object… Read More
CardLayout In Java ~ Java Help
2017-07-14 07:20
Java CardLayoutThe CardLayout class manages the components in such a manner that only one component is visible at a time. It treats each component as a card that is why it is known as CardLa… Read More
BoxLayout In Java ~ Java Help
2017-07-14 07:19
Java BoxLayoutThe BoxLayout is used to arrange the components either vertically or horizontally. For this purpose, BoxLayout provides four constants. They are as follows:Note: BoxLayout clas… Read More
FlowLayout In Java ~ Java Help
2017-07-14 07:18
Java FlowLayoutThe FlowLayout is used to arrange the components in a line, one after another (in a flow). It is the default layout of applet or panel.Fields of FlowLayout classpublic static… Read More
GridLayout In Java ~ Java Help
2017-07-14 07:18
Java GridLayoutThe GridLayout is used to arrange the components in rectangular grid. One component is displayed in each rectangle.Constructors of GridLayout classGridLayout(): creates a… Read More

Subscribe to Found Java

Get updates delivered right to your inbox!

Thank you for your subscription

×