Deutsch English Français Italiano |
<Java-20231006095310@ram.dialup.fu-berlin.de> View for Bookmarking (what is this?) Look up another Usenet article |
Path: eternal-september.org!news.eternal-september.org!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: comp.std.c Subject: Re: Function calls Date: 6 Oct 2023 08:54:37 GMT Organization: Stefan Ram Lines: 14 Expires: 1 Sep 2024 11:59:58 GMT Message-ID: <Java-20231006095310@ram.dialup.fu-berlin.de> References: <calls-20231004163135@ram.dialup.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de 6lcU9Kn+9nUOIBrV0ftZtA05MvOHJBTxLfOFOOP51czxOl Cancel-Lock: sha1:W58at2m9pwunwiZeJ1PbQ5OBvgQ= sha256:gHPnfkp1xl9cDSBVqYOMU1UJIk53/106EKh2eKyPoak= X-Copyright: (C) Copyright 2023 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: en-US Accept-Language: de-DE-1901, en-US, it, fr-FR ram@zedat.fu-berlin.de (Stefan Ram) writes: >during the evaluation of a function call, control is transferred to >the called function, but I was not able to find such wording! Here is an example from a Java specification (Java SE 18 Edition): |15.12.4 Run-Time Evaluation of Method Invocation .... |and control is transferred to the method code. .