No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hello, I'm in great need to start my own bussines online. I have tried so many times to come up with a project to start working on it but, i'm confused. I want to invest but at the ssame time i'm afraid to take the risk. So, i need a … | |
Im using hibernate and i tried to do the following session.get(Company.class, 1); After i executed the statement above i got this strange select statement generated by hibernate Hibernate: select company0_.Company_ID as Company1_31_4_, company0_.version as version2_31_4_, company0_.Address_ID as Address5_31_4_, company0_.Company_Code as Company3_31_4_, company0_.Company_Name as Company4_31_4_, company0_.Phone_ID as Phone6_31_4_, address1_.Address_ID as Address1_0_0_, … | |
Hello guys, I'm workin on an application that is supposed to be generating certificates. Here are the steps: 1- input certificate data 2- generate certificate number 3- create the certificate and save its data in the database i have a table in the database which will hold certificates. The database … | |
Hello Floks, I have been working on a database design for my company which is in the filed of calibration. I have came up with thae attached design and i need you to give me feedback. | |
Hello Guys, I don't know where to start. I'm a little confused. i'm 23 years old, graduated from the faculty of commerce. Now, i'm a student at [URL="http://www.uopeople.com"]university of the people[/URL] majoring in computer science. I realized that i want to be an engineer. When i was a kid, i … | |
Hello everyone, The questions is below. Please bear with me. I'm a first year student, majoring in computer science. I have just finished an introductory course in the java programming language. I already know that what i type to program in java is a source code that has to be … | |
Re: [QUOTE=TGeorge824;1367650]I don't understand. I made two classes, File and Directory. I know that most Operating systems treat a directory as a file anyway, but I didn't do it that way. Even so, when taking the Directory out of the ArrayList<File>, wouldn't I still encounter the same downcasting problem?[/QUOTE] In Java … | |
Re: I think there were an extra { and } on your code try this maybe it will work. [CODE] private boolean validateDateOfBirth (){ result = false ; switch (month){ case 1: case 3: case 5: case 7: case 8: case 10: case 12: day = 31; break; case 4: case … | |
Hello guys, i'm studying the Java programming language. every thins were going very well, but once i have encountered RECURSION i started to feel so bad. there is a recursive method that is blowing my mind. I can't figure out how does it print that the sum of a set … |
The End.