is this true? thanks for help.
i wished to abstract (generalize on topic) from electric current in physical wires, to for example in air.
i hope this is in proper forum section.
----
Electric current's density J depends on electric current's intensity I measured in (A) & on conductor wire's...
i know too little of physics & related english words to speak about this properly.
but i'll list examples:
- mass at height,
- tense spring (not sure if i translated this well),
- chemical energy (not sure if it's correct),
- solar energy (not sure if it's correct).
Potential energy is energy contained in certain system, for example in physical body mass in gravitational field of Earth.
Potential energy at initial position has value equal to work necessary to move mass from initial position to new position.
But also, i read that potential energy can also...
High Level Programming Langauge wording makes one think about Programming Languages that require Abstract Thinking, on High Level of Abstraction.
Not in terms of Assembler Instructions or Electronic Circuits, but with more or less High-Level Syntax.
Of course what is High & what is Low is...
i wrote more than Servlets & JSP (Servlets & Google Web Toolkit mostly, very little of JSP).
but even Servlets alone can use full power of Java, including conditional instruction 'if', and iteration instructions (looping as you put it).
HTML code is dynamically generated that way...
it's a markup language.
i know what words mean, but perhaps differently than you - there are different meaning to words depending on nationality, viewpoint, education, religion etc...
i wrote the Internet Applications Professionally for ~5 years.
server code generates HTML code that is sent to clients such as browsers, for example.
you just write program that generates HTML as an output.
that's true, but i think that Computer Sciences can be compared to a Drill, and Programming Languages to Drill Bits.
Experts will use different Drill Bits for different tasks.
Different tools for different purposes.
'State Machine' also known as 'Finite State Automaton', is a directed Graph of 'States' and 'Transitions' between 'States'.
it has 'Initial State' & 'End State'.
'End state' might be reachable or not.
from my experience & 'education':
Java, C# perhaps too : Distributed Internet Apps.
C : Operating Systems, Hacking, Low-level Optimization.
Assembler : Hacking, Operating Systems, Low-level Optimization.
Pascal : Learning Programming,
Ada : will have to see yet, but it has uses in Military...