DEVFYI - Developer Resource - FYI

What is SQL/J

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

291. What is SQL/J

A set of standards that includes specifications for embedding SQL statements in methods in the Java programming language and specifications for calling Java static methods as SQL stored procedures and user-defined functions. An SQL checker can detect errors in static SQL statements at program development time, rather than at execution time as with a JDBC driver.

(Continued on next question...)

Other Interview Questions