AdobeStock_455007340

Java is Case-Sensitive

Extending ColdFusion with Java? Remember that unlike CFML, Java is case-sensitive – myMethod() is not the same as MyMethod(). Use the wrong case and you’ll either throw an error, or invoke the wrong code. (Applies to: ColdFusion 4.5 or later)

Leave a Reply