First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Collection interfaces (Was: Creating a byte[] of long size)
On 7/9/2010 12:50 PM, Patricia Shanahan wrote: On 7/9/2010 12:45 PM, Tom Anderson wrote: On Thu, 8 Jul 2010, Eric Sosman wrote: Or, you could have BigList implement List but "lie" in its .size() method, in somewhat the same way TreeSet "lies" about the Set contract. How does TreeSet lie abo... 10 Jul 2010 01:58
Hibernate in Java Question
Hello Everyone :) I'm hoping you can help, I've been stuck on a project that uses Hibernate to persist the objects in it, unfortunately the peice of functionality i have to implement is to pull two Objects out of the Database which are linked in a one to one relationship. The project uses Annotations which i n... 14 Jul 2010 12:03
Web Services in Java- Quick Start Tutorial
Hello, In case you are interested, here there is a tutorial for Web Services: Web Services in Java- Quick Start Tutorial http://david.portabella.me/tutorials/quickstart_webservices/ Regards, David ... 9 Jul 2010 01:48
Auto Type conversions during Bitwise AND
Hi, Code snippet: 1. byte a=1,b=2; 2. byte c = a & b; Line No.2 is a compile time error. It needs a type casting to byte. This will work fine: byte c = (int) (a&b) However this is not a compile time error, working perfectly fine: byte c = 1 & 2; Same is applicale for Modulo operator too. Simple i... 15 Jul 2010 05:32
Supply AFF CAPS and hat ( www.nike-black.com )
Discount smet caps( www.nike-black.com ) cheapsale NBA caps and hats ( www.nike-black.com ) Supply AFF CAPS and hat ( www.nike-black.com ) cheapsale winter warm caps ( www.nike-black.com ) Discount ed hardy hats and caps ( www.nike-black.com ) Discount juicy caps ( www.nike-black.com ) Discount dc hats and caps (... 8 Jul 2010 18:05
Creating a byte[] of long size
long size = Integer.MAX_VALUE+1; byte [] b = new byte[size]; -possible loss of precision How can we make an array of long size? ... 30 Jul 2010 22:55
instructor solution manual for Dynamics of Flight- Stability and Control, 3rd Ed by Etkin, Reid
I have solutions manuals to all problems and exercises in these textbooks. To get one in an electronic format contact me at: kalvinmanual(at)gmail(dot)com and let me know its title, author and edition. Please this service is NOT free. solutions manual to A Course in Game Theory by Osborne, Rubinstein solutions... 8 Jul 2010 12:29
open all sites free now
open all sites free now no blocked sites now with this site ,just put your blocked site and it will open free http://openfree.zzl.org/here ... 8 Jul 2010 11:21
Whitepaper - Spreadsheet reporting within a BI framework
Whitepaper - PDF (No signup Required - Just click or Paste the link) http://www.yellowfin.com.au/Document.i4?DocumentId=109023 Extract Despite all of the technology advancements, excel spreadsheets are still widely used by business users to create stand alone databases that allow them to merge external and ... 8 Jul 2010 22:33
Form saving, db question ?
I have a form like this Param type1(outputText) : value1(inpuText) Param type2 (outputText) : value2(inputText) .. . .. . and so on. And I want to save it in a database. Is it better to have one table which will have columns like this : ID, PARAM_TYPE, PARAM_V... 12 Jul 2010 18:29
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23