What does Java FE and BE mean?

Asked

Viewed 839 times

5

I’m starting with the Java language and today I came across a text mentioning Java (FE and BE). What do these acronyms mean?

2 answers

9

Developer Java Front-End (FE) and Java Back-End (BE). Not the best definition, but here you are a definition to get an idea.

The terms FE and BE is not restricted to Java, can refer to any programming language.

  • 1

    It can also be Front-End and Back-End of some application, not necessarily Java.

0

FE refers to the front end. Generally Javascript and the like (Angujarjs, React, Jquery, etc.), "what runs in the browser". BE refers to the back end or server side of the application, "which runs on the server".

In this case, Java FE should refer to Servlet and JSP, while Java BE to the rest of the application.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.