• termfrequency
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 3
    Replies

Are apex apss single threaded in general, I'm not talking about future call.

 

 

String processig at character level, is there any reason why the character level manipulation is missing in String in apex?

 

ex: String temp = 'apex string';

 

temp.charAt(0)

 

 

 

Hi,

 

is apex a compiled language?, if so, does  it  complied into byte code in  reality  for JVM? . anybody read any paper about their language internals?

 

 

thanks

ram

Is there an remainder operator like % to get the remainder in a division? ex: 5%3 =2

 

Thanks

Ram

Is there a better way to concatinate strings in apex other than using + operator?

 

Is there any classes similar to Java's StringBuilder/StringBuffer in apex?

 

 

Thanks

Ram

Hi,

 

I have a question regarding SOSL search in context of object fields. Can SOSL be used search against any fields in object(s) or any limitations to it?

 

Thanks

Ram

Hi, 

 

I'm new to salesforce, I have question,

 

Instead of keeping rules specific to an Object, It it possible to create a global rules and apply to different objects?

 

Thanks

Ram

String processig at character level, is there any reason why the character level manipulation is missing in String in apex?

 

ex: String temp = 'apex string';

 

temp.charAt(0)

 

 

 

Is there an remainder operator like % to get the remainder in a division? ex: 5%3 =2

 

Thanks

Ram

Hi,

 

I have a question regarding SOSL search in context of object fields. Can SOSL be used search against any fields in object(s) or any limitations to it?

 

Thanks

Ram