0
What does it mean? C++ app, Java App, .Net App, (browser+html+JavaScript)
App told we can use JavaScript for client side with HTML, I know about c++, java and .net, doest it mean we can include it with these language, since I've seen it with c# .net app, just confirming, am I thinking right?
5 ответов
+ 2
C++, Java, C#, etc. are all server side languages. JavaScript on the web is a client side language.
+ 2
I am having trouble understanding your question. Can you rephrase it?
0
yes, I read your answer, thanks, and I read the same in the app too, I am confirming it as those apps are with server side scripts. I know we can add scripts to these. I am 5% confused about that how it's been explained in the app, According to my study, we can use both scripts for a project, so is that possible to create scripts using c++ & java codes, never saw any example just like C#. Again confirming!!
0
How can achieve my c pgming
0
I asked
(HTML+CSS+JavaScript)= client side scripting
if I use C#, it becomes server side scripting but I can add JavaScript in the same project.
Does c++ and java have the feature to create scripts?? is it the same case as "c# can do the server side scripting" and can we also include JavaScript to c++ or java language projects??