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
Varsha SaxenaVarsha Saxena 

Frontend language other than Visualforce

Is there any other way to develop UI pages on Salesforce Classic apart from Visualforce?
SandhyaSandhya (Salesforce Developers) 
Hi,

Visualforce - Views that the user sees. Can leverage HTML, Javascript, CSS, etc, along with some additional Salesforce.com specific tags. Also allows binding to/from Apex controllers.
Apex - Language similar to Java written to back Visualforce controllers or do business logic. This gets compiled and saved as metadata in database tables, and then executed on demand via user input.
SOQL/SOSL - Query language

Database  : SOQL.SOSL
UI = Visulaforce pages(similar to html) , In VF pages you can use HTML,CSS,Jacasript,Jquery
Proraming lanuages = Apex (Similar to java)

Lightning pages(In lightning we are using all web technologies along with lightning tags).

Best Regards,
Sandhya