function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Edwin VijayEdwin Vijay 

Cannot find symbol get

Here is the error i get,

 

helloworldservlet.java:145: cannot find symbol
symbol : method get(java.lang.String)
location: class com.sforce.soap.partner.sobject.SObject

 

I have the necessary imports, not sure what might be the problem.. Any ideas?