Surasak Leenapongpanit

Ranch Hand
+ Follow
since May 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Surasak Leenapongpanit

Are there IDEs that support Struts2?
17 years ago

You don't need to pass connection from one class to another



If your application need a transaction among the classes, you need to pass the connection through and set autocommit to false.
Hi Lynn,

Does your book describe about the higher normalization and Denormalization?
To make sure you use the data types correctly, please check the document of that dbms you are involve.
Hi, all

Why the below throws java.lang.ArrayIndexOutOfBoundsException.



when I change the value from 9.81 to 12.81, it run without exception.

Thank you,
Surasak Leenapongpanit
Hi all,

Thank you very much to all ranchers.

Surasak Leenapongpanit
17 years ago
Hi Chandra,


Why does it compile and return 2?
Congratulations!!!

Surasak Leenapongpanit
SCJP1.2(89%), SCWCD(95%), SCBCD(95%), SCJD(344)
18 years ago
I recommended read the "Refactoring Workbook" and "Refactoring to Patterns".

No Design Pattern for SCJA its in SCWCD exam. Basics of UML should be ok.



Hi Rajan,

SCEA exam includes many DP questions.

Surasak
18 years ago
A DTD is the XML Document Type Declaration contains or points to markup declarations that provide a grammar for a class of documents. This grammar is known as a document type definition or DTD.
The DTD can point to an external subset containing markup declarations, or can contain the markup declarations directly in an internal subset, or can even do both.

A Schema is XML Schemas express shared vocabularies and allow machines to carry out rules made by people. They provide a means for defining the structure, content and semantics of XML documents.

In summary, schemas are a richer and more powerful of describing information than what is possible with DTDs.
Hi Bob,
About 1 month I got the result in http://www.certmanager.net/sun_assignment/.

Surasak Leenapongpanit
18 years ago
Hi all,

Today I passed the SCJD.

Test: Sun Certified Developer for the Java 2 Platform (310-027)
Date Taken: 2006-05-04 11:01:21.217
Site: th5
Grade: P
Score: 344
Comment: This report shows the total number of points awarded for each section. The maximum number of points is 400, to pass you need a score of 320. Section Summary: Section Max Actual Points Points General Con: 100 85 Documentation: 70 62 OOD: 30 30 GUI: 40 27 Locking: 80 80 Data Store: 40 30 Network Server: 40 30 Total: 400 344


Thanks,
Surasak Leenapongpanit
18 years ago
Hi